I am doing an application that will watch a particular directory
/folder (FileSystemWatcher) and upload the files and folder that are
added or modified in that directory to the share point server.
Here when the word document in client machine is opened even then it
is saved in the watching directory,the file is not uploaded to the server.
Sometimes it takes ~$test.doc as the filename .Even if got the
filename test.doc as correctly,the server returns an error 'The file
is used by another process'
Can any one suggest me what the actuall problem is,Whether we can
overcome this or not.If so how to overcome.