Method | Description | |
---|---|---|
ContainsFileName ( this |
||
CopyFile ( this FileSystem, String SourcePath, String DestinationPath ) : void | ||
ExistsFile ( this FileSystem, String Path ) : bool | ||
ReadFile ( this FileSystem, String Path ) : byte[] | ||
WriteFile ( this FileSystem, String Path, byte Data ) : void |
public static ContainsFileName ( this |
||
FileSystemEntry | this |
|
FileName | String | |
return | bool |
public static CopyFile ( this FileSystem, String SourcePath, String DestinationPath ) : void | ||
FileSystem | this | |
SourcePath | String | |
DestinationPath | String | |
return | void |
public static ExistsFile ( this FileSystem, String Path ) : bool | ||
FileSystem | this | |
Path | String | |
return | bool |
public static ReadFile ( this FileSystem, String Path ) : byte[] | ||
FileSystem | this | |
Path | String | |
return | byte[] |
public static WriteFile ( this FileSystem, String Path, byte Data ) : void | ||
FileSystem | this | |
Path | String | |
Data | byte | |
return | void |