Method | Description | |
---|---|---|
Copy ( string sourcePath, string destinationPath, bool overwrite ) : void | ||
CreateDirectory ( string physicalPath ) : void | ||
DirectoryExists ( string physicalPath ) : bool | ||
FileExists ( string physicalPath ) : bool | ||
GetFullPath ( string relativePath ) : string | ||
IsDirectory ( string physicalPath ) : bool | ||
LocalFileSystem ( ) : System.IO |
public Copy ( string sourcePath, string destinationPath, bool overwrite ) : void | ||
sourcePath | string | |
destinationPath | string | |
overwrite | bool | |
return | void |
public CreateDirectory ( string physicalPath ) : void | ||
physicalPath | string | |
return | void |
public DirectoryExists ( string physicalPath ) : bool | ||
physicalPath | string | |
return | bool |
public FileExists ( string physicalPath ) : bool | ||
physicalPath | string | |
return | bool |
public GetFullPath ( string relativePath ) : string | ||
relativePath | string | |
return | string |
public IsDirectory ( string physicalPath ) : bool | ||
physicalPath | string | |
return | bool |