P
Paul
I am getting an "Access to the path "xxxx" is denied error.
I believe is because the file that I am writing to programatically is being
read/written to by another end user. These files have the same file name and
must have the same file name. I am essentially overwrite an existing file
that is being used by another user.
My question: Is there some method or property in the IO class that will
allow me to CHECK to see if it is safe to try and write to that file name?
TIA.
I believe is because the file that I am writing to programatically is being
read/written to by another end user. These files have the same file name and
must have the same file name. I am essentially overwrite an existing file
that is being used by another user.
My question: Is there some method or property in the IO class that will
allow me to CHECK to see if it is safe to try and write to that file name?
TIA.