Method | Description | |
---|---|---|
Create ( string filename ) : void | ||
Delete ( string filename ) : void | ||
Exists ( string filename ) : bool | ||
ReadAllBytes ( string filename ) : byte[] | ||
ReadAllLines ( string filename ) : string | ||
WriteLine ( string filename, string message ) : void |
public static Create ( string filename ) : void | ||
filename | string | |
return | void |
public static Delete ( string filename ) : void | ||
filename | string | |
return | void |
public static Exists ( string filename ) : bool | ||
filename | string | |
return | bool |
public static ReadAllBytes ( string filename ) : byte[] | ||
filename | string | |
return | byte[] |
public static ReadAllLines ( string filename ) : string | ||
filename | string | |
return | string |
public static WriteLine ( string filename, string message ) : void | ||
filename | string | |
message | string | |
return | void |