Property | Type | Description | |
---|---|---|---|
CreateArchiveDirectory | void | ||
Search |
Method | Description | |
---|---|---|
Archive ( string archiveFolder ) : System | ||
Clear ( ) : void | ||
ConvertFromWindowsNewlines ( byte bytes ) : byte[] | ||
ConvertToWindowsNewlines ( byte bytes ) : byte[] | ||
CreateDirectory ( |
||
CreateFile ( |
||
Delete ( |
||
Exists ( |
||
GetArchivePath ( |
||
Open ( |
||
RequiredPower ( ) : float | ||
SaveFile ( |
Method | Description | |
---|---|---|
CreateArchiveDirectory ( ) : void | ||
Search ( |
Get the file from the OS.
|
public Archive ( string archiveFolder ) : System | ||
archiveFolder | string | |
return | System |
public static ConvertFromWindowsNewlines ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |
public static ConvertToWindowsNewlines ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |
public CreateDirectory ( |
||
path | ||
return | VolumeDirectory |
public CreateFile ( |
||
path | ||
return | VolumeFile |
public Delete ( |
||
path | ||
ksmDefault | bool | |
return | bool |
public Exists ( |
||
path | ||
ksmDefault | bool | |
return | bool |
public GetArchivePath ( |
||
path | ||
return | string |
public Open ( |
||
path | ||
ksmDefault | bool | |
return |
public SaveFile ( |
||
path | ||
content | FileContent | |
verifyFreeSpace | bool | |
return | VolumeFile |