Interface IFileAccessor
Assembly: cs.temp.dll.dll
public interface IFileAccessor
Methods
Declaration
Parameters
| Type |
Name |
Description |
| String |
path |
|
Declaration
Parameters
| Type |
Name |
Description |
| String |
path |
|
Returns
Declaration
FileStream OpenRead(string path)
Parameters
| Type |
Name |
Description |
| String |
path |
|
Returns
| Type |
Description |
| FileStream |
|
ReadAllText(String)
Declaration
string ReadAllText(string path)
Parameters
| Type |
Name |
Description |
| String |
path |
|
Returns
WriteAllText(String, String)
Declaration
void WriteAllText(string path, string contents)
Parameters