- Namespace
- GitVersion
- Interfaces
- Base Types
-
- object
graph BT Type-->Base0["object"]
Type-.->Interface0["IFileSystem"] click Interface0
"/api/GitVersion/IFileSystem" Type["FileSystem"] class Type
type-node
Syntax
public class FileSystem : 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
|