Directories and Files

I want to create Directories and Files, but i have some problems.

So far i tried CreateDirectoryA(...) and QTs version mkpath(...).
They work fine in visual studio debug mode and also fine in the created .exe from release mode, as long as the path isn't a Folder on C:\.

I also tried to run the .exe as an admin, but that didn't help.
It's clearly a problem with missing rights, but i don't know how to solve it.

Also I read the boost library can create directories, but i haven't tried it yet.

Hope you guys can help me with this.
Topic archived. No new replies allowed.