Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
make folder with C language
Name: Wiliam Date: January 9, 2002 at 10:02:45 Pacific
Comment:
hello; who can tell me how can i make a folder, using the c language. it's possible???? plz i need your help. thanks
Summary: how can i make a folder with c language. I try this code but didn't work. #include #include main() { char *command = "mkdir test"; system(command); return 0; } but unfortunately no fo...
Summary: Hi everyone i need some help. I'm doing a program in Visual Studio with C language. And in this program i need do creat files with the name that user wants. Example: printf("What name you want for...