Property | Type | Description | |
---|---|---|---|
Clone | FileSystem | ||
CommitChanges | System.Threading.Tasks.Task | ||
Directory | FsDirectory | ||
File | FsFile | ||
FileSystem | System | ||
Real | FileSystem | ||
RevertChanges | System.Threading.Tasks.Task | ||
Simulated | FileSystem |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Rolls back any un-committed changes. If the FileSystem has a save point, then this Dispose will RevertChanges. If there is no save point or if all changes have been committed with CommitChanges, then disposing will have no effect.
|
|
EnableRevertToHere ( ) : void |
Sets a save point. RevertChanges will revert to this save point. Does not override any existing save point. If a save point is already set then this call has no effect.
|
Method | Description | |
---|---|---|
Clone ( ) : FileSystem | ||
CommitChanges ( ) : System.Threading.Tasks.Task | ||
Directory ( [ absolutePath ) : FsDirectory | ||
File ( [ absoluteFilePath ) : FsFile | ||
FileSystem ( [ disk ) : System | ||
Real ( ) : FileSystem | ||
RevertChanges ( ) : System.Threading.Tasks.Task | ||
Simulated ( ) : FileSystem |