| FileCopy Method (String, String) | 
            Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic override void Copy(
	string sourceFileName,
	string destFileName
)
Parameters
- sourceFileName
- Type: SystemString
 Path to source file.
- destFileName
- Type: SystemString
 Path to destination file.
 See Also
See Also