Method | Description | |
---|---|---|
Blib ( ) : System | ||
Load ( string fileName ) : void | ||
ReadAllLines ( string fileName ) : string[] | ||
Save ( string fileName ) : void | ||
WriteAllLines ( string fileName, string lines ) : void |
Method | Description | |
---|---|---|
GetFile ( string name ) : File | ||
GetInt ( |
||
ReadAllBytes ( string fileName ) : byte[] | ||
ReadAllText ( string fileName ) : string | ||
SaveFile ( File file ) : void |
public ReadAllLines ( string fileName ) : string[] | ||
fileName | string | |
return | string[] |
public WriteAllLines ( string fileName, string lines ) : void | ||
fileName | string | |
lines | string | |
return | void |