PDA

View Full Version : Determining if a file is open with lisp



pcsyoga
2004-08-04, 05:21 PM
Is there another way to determine if a file is open with lisp other than using DosLib?
I need to check if a file is opened by another user before sending it to objectDBX
and I don't want to rely on having DosLib to do it.

Mike.Perry
2004-08-04, 05:52 PM
Hi

Check out the following thread -

Detect Read-Only file attribute (http://forums.augi.com/showthread.php?t=6102&highlight=open)

Have a good one, Mike

pcsyoga
2004-08-04, 06:08 PM
Great! Thanks Mike.