Re: Checking if File Open
- Posted by don cole <doncole at pacbell.net> Jun 30, 2005
- 552 views
cklester wrote: > > I've got a Win32Lib-based app. I do file replacement with it, but sometimes > the replacement doesn't work because the file is open. How can I determine up > front that a file is open or unavailable for replacement? > > -=ck > "Programming in a state of EUPHORIA." > <a > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a> > if is_file_open("Find") then Don Cole SF