I'm new to PowerBasic but like it very much. I have a question
about the proper way to determine if a file is in use. I have
been Opening the file with LOCK READ WRITE and this seems to
work but it gets ugly in NT4 because I have to actually read
a few bytes from the file and write them back and that changes
the file date etc, etc, etc. So, I decided it was time to ask
for the correct way or at least a better way.
Thanks,
Bob
------------------
about the proper way to determine if a file is in use. I have
been Opening the file with LOCK READ WRITE and this seems to
work but it gets ugly in NT4 because I have to actually read
a few bytes from the file and write them back and that changes
the file date etc, etc, etc. So, I decided it was time to ask
for the correct way or at least a better way.
Thanks,
Bob
------------------
Comment