system("MKDIR C:\\Program Files\\FILENAME")
but it ends up creating a folder called "Program" on the C: drive. It's reading the space between Program and Files as the end of the file name. How to i force it to recognize it as a space? This is written in C++ using Dev-C++
|
|