Difference between unlink() and remove()
remove() will also remove directories
unlink() will only work on files
Source: http://stackoverflow.com/questions/2192415/unlink-vs-remove-in-c
Just another Yipp.ca Blogs site
remove() will also remove directories
unlink() will only work on files
Source: http://stackoverflow.com/questions/2192415/unlink-vs-remove-in-c
Recent Comments