- Namespace
- GitVersion
- Implementing Types
graph BT Type["IFileSystem"] class Type type-node
Implementing0["FileSystem"]-.->Type click Implementing0
"/api/GitVersion/FileSystem"
Syntax
public interface IFileSystem
Methods
Name | Value | Summary |
---|---|---|
Copy |
void | |
CreateDirectory |
void | |
Delete |
void | |
Directory |
IEnumerable |
|
DirectoryExists |
bool | |
Exists |
bool | |
Get |
long | |
Move |
void | |
OpenRead |
Stream | |
OpenWrite |
Stream | |
PathsEqual |
bool | |
ReadAllText |
string | |
WriteAllText |
void | |
WriteAllText |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|