|
Hi,
When i try to execute the following code,
Directory.SetCreationTime(destinationPath, Directory.GetCreationTime(sourcePath));
at the same time i opened 'destinationPath' in WindowsExplorer.
i am getting "this Folder or File is accessed by another process" error.
How to prevent this error?
|