The CopyFile method copies a file from the temporary extract location.
Namespace: DotNetNuke.Services.InstallerAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static void CopyFile( InstallFile installFile, string basePath, Logger log ) |
| Visual Basic |
|---|
Public Shared Sub CopyFile ( installFile As InstallFile, basePath As String, log As Logger ) |
Parameters
- installFile
- Type: DotNetNuke.Services.Installer..::..InstallFile
The file to copy
- basePath
- Type: System..::..String
The basePath to the file
- log
- Type: DotNetNuke.Services.Installer.Log..::..Logger
A Logger to log the result