Property | Type | Description | |
---|---|---|---|
Capacity | int | ||
Name | String | ||
Renameable | bool |
Property | Type | Description | |
---|---|---|---|
files | List |
Method | Description | |
---|---|---|
AppendToFile ( string name, string str ) : void | ||
CheckRange ( ) : bool | ||
DeleteByName ( String name ) : void | ||
GetByName ( String name ) : |
||
GetFileList ( ) : List |
||
GetFreeSpace ( ) : int | ||
IsRoomFor ( |
||
LoadPrograms ( List |
||
Save ( string nodeName ) : |
||
SaveFile ( |
public AppendToFile ( string name, string str ) : void | ||
name | string | |
str | string | |
return | void |
public IsRoomFor ( |
||
newFile | ||
return | bool |
public LoadPrograms ( List |
||
programsToLoad | List |
|
return | void |
public Save ( string nodeName ) : |
||
nodeName | string | |
return |