Hi,
I have written a backup solution using vb.net and C#.Net.
But, I am not able to backup the opened files, which will be skipped.
Can anyone please suggest me some idea to read and write opened files using vb.net ?
Thanking you
Regards
Praveen
Printable View
Hi,
I have written a backup solution using vb.net and C#.Net.
But, I am not able to backup the opened files, which will be skipped.
Can anyone please suggest me some idea to read and write opened files using vb.net ?
Thanking you
Regards
Praveen
Seeing as how you cant write to a file thats opened. Why dont you copy the file in question then write to it?
No, Even those files can not be copied. I tried normally just copy and paste those opened files. Its not allowed.
Praveen
You are obviously not telling us something important.Quote:
Originally posted by pampatipraveen
No, Even those files can not be copied. I tried normally just copy and paste those opened files. Its not allowed.
Praveen
While I am running files, I cannot modify them but I can always copy and paste them somewhere else and use them as another file.
Open the file as Read Only...