On 10-07-13 01:58 AM, John W. Krahn wrote:
Harinatha Reddy M wrote:
And what if the file is being accessed by some process. Can we delete it?

Probably not on Windows, probably yes on Unix/Linux.

On Linux, the contents of the file will be kept until all processes that have it open, closes it. This means that if you delete files hoping to free up some disk space, you may not get it right away.


--
Just my 0.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to