Re: Re: checking if a file is in use

2010-11-02 Thread perl_haxor 123
wrote: > -- Forwarded message -- > From: "shawn wilson" > Date: Nov 2, 2010 3:12 PM > Subject: Re: checking if a file is in use > To: "perl_haxor 123" > > perlmonks has a nice article on file locks in general that might be useful > to you. i a

Fwd: Re: checking if a file is in use

2010-11-02 Thread shawn wilson
-- Forwarded message -- From: "shawn wilson" Date: Nov 2, 2010 3:12 PM Subject: Re: checking if a file is in use To: "perl_haxor 123" perlmonks has a nice article on file locks in general that might be useful to you. i assume what you want to do is lock t

Re: checking if a file is in use

2010-11-02 Thread Shlomi Fish
Hi Monnappa, On Tuesday 02 November 2010 20:49:04 perl_haxor 123 wrote: > Hi All, > > I have a directory in which i have multiple files, i have to read > each one of them and parse the data..but there could be some files > which are in use by some other program, how can i find which

Re: checking if a file is in use

2010-11-02 Thread Jim Gibson
On 11/2/10 Tue Nov 2, 2010 11:49 AM, "perl_haxor 123" scribbled: > Hi All, > > I have a directory in which i have multiple files, i have to read > each one of them and parse the data..but there could be some files which > are in use by some other program, how can i find which fil

checking if a file is in use

2010-11-02 Thread perl_haxor 123
Hi All, I have a directory in which i have multiple files, i have to read each one of them and parse the data..but there could be some files which are in use by some other program, how can i find which files are in use by other program in perl?...any suggestions would be really h