P
Peter Morris
Hi all
I have some code which monitors a folder, when it sees a zip it does this
01: Extract a file from the zip
02: Moves the zip file to a history folder under a new name
To move the file I use File.Move
I have noticed that sometimes although the target file appears the original
file remains, so it is copied rather than moved. Can anyone think of what
might be causing this?
Thanks
I have some code which monitors a folder, when it sees a zip it does this
01: Extract a file from the zip
02: Moves the zip file to a history folder under a new name
To move the file I use File.Move
I have noticed that sometimes although the target file appears the original
file remains, so it is copied rather than moved. Can anyone think of what
might be causing this?
Thanks