What is the best way to create directories and delete files and directories in C on Linux? I really dont want to use system(). Also, do system() calls in C execute asynchronously?
This is a discussion on Creating and deleting directories and deleting files within the C Programming forums, part of the General Programming Boards category; What is the best way to create directories and delete files and directories in C on Linux? I really dont ...
What is the best way to create directories and delete files and directories in C on Linux? I really dont want to use system(). Also, do system() calls in C execute asynchronously?
See:
man 2 mkdir
man 2 unlink