Method | Description | |
---|---|---|
FileExists ( string path ) : bool | ||
ReadAllText ( string path ) : string | ||
WriteAllText ( string path, string contents ) : void |
Method | Description | |
---|---|---|
ConsolidateText ( string text ) : string |
public WriteAllText ( string path, string contents ) : void | ||
path | string | |
contents | string | |
return | void |