Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File.Copy and lock file
Message
From
19/02/2014 00:46:43
 
 
To
18/02/2014 21:33:49
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01594636
Message ID:
01594641
Views:
55
>Is it possible that such a command does not lock the file?
>
>
>File.Copy(cSource, cDestination, lOverwrite)
>
>
>I am copying a file into a directory and in the middle of the copy, I have an access is denied. We believe this is because someone else took over the file. But, I assumed File.Copy would have locked the file during the process of the copy.



File.Copy uses the api CopyFile http://msdn.microsoft.com/en-us/library/windows/desktop/aa363851(v=vs.85).aspx

Looks like a permission issue
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform