- Namespace
- GitVersion
graph BT Type["IFileSystem"] class Type type-node
Syntax
public interface IFileSystem
Methods
| Name | Value | Summary |
|---|---|---|
|
Copy |
void | |
|
CreateDirectory |
void | |
|
Delete |
void | |
|
Directory |
IEnumerable |
|
|
DirectoryExists |
bool | |
|
Exists |
bool | |
|
GetDirectories |
string[] | |
|
GetFiles |
string[] | |
|
Get |
long | |
|
GetLastWriteTime |
long | |
|
Move |
void | |
|
OpenRead |
Stream | |
|
OpenWrite |
Stream | |
|
ReadAllText |
string | |
|
WriteAllText |
void | |
|
WriteAllText |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|