Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File.Copy and lock file
Message
De
19/02/2014 00:46:43
 
 
À
18/02/2014 21:33:49
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01594636
Message ID:
01594641
Vues:
59
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform