using 'mkdir' for creating new directory
-
Hi Guys!, I'm developing program which receives name from user and create a new directory, then I've to a file with different name to that directory.. Idea is something like this: 1. Name of directory to be created : 2. Name of file : this file need to be saved to the created directory I came across the use of 'mkdir', but i dont know how to use it properly Can someone help me on this? Thank you
-
Hi Guys!, I'm developing program which receives name from user and create a new directory, then I've to a file with different name to that directory.. Idea is something like this: 1. Name of directory to be created : 2. Name of file : this file need to be saved to the created directory I came across the use of 'mkdir', but i dont know how to use it properly Can someone help me on this? Thank you
-
Hi Guys!, I'm developing program which receives name from user and create a new directory, then I've to a file with different name to that directory.. Idea is something like this: 1. Name of directory to be created : 2. Name of file : this file need to be saved to the created directory I came across the use of 'mkdir', but i dont know how to use it properly Can someone help me on this? Thank you
You can call MKDIR from your code, but it would render your code non-portable. http://www.tutorialspoint.com/c_standard_library/c_function_system.htm[^]
-
Hi Guys!, I'm developing program which receives name from user and create a new directory, then I've to a file with different name to that directory.. Idea is something like this: 1. Name of directory to be created : 2. Name of file : this file need to be saved to the created directory I came across the use of 'mkdir', but i dont know how to use it properly Can someone help me on this? Thank you
What does "mkdir" have to do with C++ managed or otherwise?
You can lead a developer to CodeProject, but you can't make them think. The Theory of Gravity was invented for the sole purpose of distracting you from investigating the scientific fact that the Earth sucks.
-
That helps!. Thank you so much :)
-
That helps!. Thank you so much :)