How can I delete a file?

Untitled Forums Assignment Help How can I delete a file?

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

    How can I delete a file?

    #9847
    Aakanksha
    Participant

    The Standard C Library function is remove. (This is therefore one of the few questions in this section for which the answer is not It’s system-dependent.”) On older, pre-ANSI Unix systems, remove may not exist, in which case you can try unlink.

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