Trys to copy a file in the file system
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void CopyFile( string sourceFileName, string destFileName ) |
Visual Basic |
---|
Public Shared Sub CopyFile ( sourceFileName As String, destFileName As String ) |
Parameters
- sourceFileName
- Type: System..::..String
The name of the source file
- destFileName
- Type: System..::..String
The name of the destination file