Can anybody tell me about the 'system' function in C++?
Like if i want to create a directory or create or delete a directory of the user's choice?
The filename or directory name is stored in a string
And i want to delete it using system("del filename");
how do i delete the file or directory specified by the user?
Thank You