How do I create a directory? How do I remove a directory (and its contents)?

Untitled Forums Assignment Help How do I create a directory? How do I remove a directory (and its contents)?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1291
    Aakanksha
    Participant

    How do I create a directory? How do I remove a directory (and its contents)?

    #9852
    Aakanksha
    Participant

    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).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.