E
Eric Robinson
Hello, I want to copy files from one directory to another, but the files in
the first directory are occasionally accessed by a process outside my
control. Can I can open files for reading in a way that will not interfere
with the other process? My process will never change files. I don't care if
the other process changes the file while I have it open. If a file changes
while it is being copied, I can just copy it again. Is this possible?
--Eric
the first directory are occasionally accessed by a process outside my
control. Can I can open files for reading in a way that will not interfere
with the other process? My process will never change files. I don't care if
the other process changes the file while I have it open. If a file changes
while it is being copied, I can just copy it again. Is this possible?
--Eric