Newsgroups: comp.os.msdos.djgpp Subject: Re: Detecting File in Use? From: richard AT stardate DOT bc DOT ca (Richard Sanders) X-Newsreader: WinVN 0.99.9 (Released Version) (x86 32bit) References: MIME-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII NNTP-Posting-Host: wlp42.rapidnet.net Message-ID: <3ae12439_2@rapidnet.net> Date: 20 Apr 2001 23:10:01 -0800 X-Trace: binaries.vphos.net 987833401 wlp42.rapidnet.net (20 Apr 2001 23:10:01 -0800) Organization: Rapidnet Internet Lines: 6 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >How does one know if a file is ALREADY in USE by >some application BEFORE any actual attempt to open >or access that file? Check out the access(); function.