Is there any difference between unlink() and remove() on a file?

WilliamKF picture WilliamKF · Feb 28, 2013 · Viewed 8.8k times · Source

What is the difference between remove and unlink functions in C++?

Answer