Method | Description | |
---|---|---|
CopyFolder ( string sourceFolder, string destFolder ) : void | ||
CopyFolder ( string sourceFolder, string destFolder, bool overwrite ) : void | ||
DirectoryFromFileName ( string fileName ) : string | ||
FileSystemHelper ( ) : System | ||
ValidDirectoryString ( string directoryPath ) : bool |
public static CopyFolder ( string sourceFolder, string destFolder ) : void | ||
sourceFolder | string | |
destFolder | string | |
return | void |
public static CopyFolder ( string sourceFolder, string destFolder, bool overwrite ) : void | ||
sourceFolder | string | |
destFolder | string | |
overwrite | bool | |
return | void |
public static DirectoryFromFileName ( string fileName ) : string | ||
fileName | string | |
return | string |
public static ValidDirectoryString ( string directoryPath ) : bool | ||
directoryPath | string | |
return | bool |