C
cmay
The only examples I have seen on how to check if a file is locked is to
try to open it a catch an exception.
MS has stated that you should never use error trapping in this manner.
Is there no other way to identify if a file is locked w/o trapping an
exception?
try to open it a catch an exception.
MS has stated that you should never use error trapping in this manner.
Is there no other way to identify if a file is locked w/o trapping an
exception?