M
MarkusR
Good day,
I need to safely copy files from one directory to another. I need to
make sure that I do not lock the file making it unreadable by others.
I am not sure if this is the default behavior if I just used
File.Copy...
The files are relatively small.
For example, i can open up a file in notepad and someone else can edit
to it, rename it, delete it. Those operations are not affected by me
having it open in notepad.
Thanks for any advice.
-Markus_R
I need to safely copy files from one directory to another. I need to
make sure that I do not lock the file making it unreadable by others.
I am not sure if this is the default behavior if I just used
File.Copy...
The files are relatively small.
For example, i can open up a file in notepad and someone else can edit
to it, rename it, delete it. Those operations are not affected by me
having it open in notepad.
Thanks for any advice.
-Markus_R