I'm writing a WinForms app that copies files to Pocket PC using the RAPI
'CopyFileToDevi ce' method. If there are no interruptions then everything
works perfectly.
But in testing, I've deliberately disconnected the Pocket PC to see what
happens.
Upon reconnection I get an error that the source file is being used by
another process - in other words, the file is locked.
Since I know the previous process has concluded, is there a way for me to
forcibly unlock the file?
--
Robert W.
Vancouver, BC
'CopyFileToDevi ce' method. If there are no interruptions then everything
works perfectly.
But in testing, I've deliberately disconnected the Pocket PC to see what
happens.
Upon reconnection I get an error that the source file is being used by
another process - in other words, the file is locked.
Since I know the previous process has concluded, is there a way for me to
forcibly unlock the file?
--
Robert W.
Vancouver, BC
Comment