Open Folders AnywhereI'll have a read of it, thanks. I've never used ShellExecute, mind explaining it?
Open Folders AnywhereI've been trying to make a program that runs off my external drive which asks for a selection and th...
External File commandsI ran both code lines [output]std::ofstream fs("/test.txt");[/output] and [output]system("explorer /...
External File commandsSo now it doesn't create the file at all. Neither the C:\ or on the external drive.
External File commandsI ran [output]std::ofstream fs("test.txt");[/output] in it, and it creates the file inside the folde...