G
Guest
I have directory say C:\d1. It has a file say f1.
I have to move this file to a sub directory under c:\d1. i.e., I have to
move f1 into C:\d1\d2.
I use fileSystemInfo.move for this but I get an error as follows -
{"The process cannot access the file because it is being used by another
process."}
how do I move.
I tried to copy the file and then delete...same problem.
any solutions?
I have to move this file to a sub directory under c:\d1. i.e., I have to
move f1 into C:\d1\d2.
I use fileSystemInfo.move for this but I get an error as follows -
{"The process cannot access the file because it is being used by another
process."}
how do I move.
I tried to copy the file and then delete...same problem.
any solutions?