[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to delete a file??



"%full name%" wrote:

> What's the differince in "unlinking" and "removing" a file?

I could be wrong but I think removal is a special case of unlink, in
which there is only one link remaining. The remove() function, in libc,
really is just a wrapper for unlink() (when applied to a file).