Interface IFileAccessor
Namespace: i5.Toolkit.Core.Experimental.SystemAdapters
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