'Unlink'에 해당되는 글 1건

  1. 2008/10/01 How to delete file on certain path ?
2008/10/01 16:45

How to delete file on certain path ?

The file deletion function is really simple. It's exactly the same with C function.
Following is the example.

unlink( 'c:/hello.world.txt');

Trackback 0 Comment 0