Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How do I create a directory? How do I remove a directory (and its contents)?
How do I create a directory? How do I remove a directory (and its contents)?
✍: Guest
If your operating system supports these services, they are likely to be provided in C via functions named mkdir and rmdir. Removing a directory's contents as well will require listing them and calling remove . If you don't have these C functions available, try system along with your operating system's delete command(s).
2015-04-01, 1237👍, 0💬
Popular Posts:
What is SMC approach of estimation?
What are the high-level thread states? The high-level thread states are ready, running, waiting, and...
How can JavaScript make a Web site easier to use? That is, are there certain JavaScript techniques t...
If locking is not implemented what issues can occur? IFollowing are the problems that occur if you d...
When does the compiler not implicitly generate the address of the first element of an array? Wheneve...