Method | Description | |
---|---|---|
AssertDirectoryExists ( string dir ) : void | ||
AssertDirectoryNotExists ( string dir ) : void | ||
AssertFileExists ( string file ) : void | ||
AssertFileNotExists ( string file ) : void | ||
AssertFileTimestamp ( string file, long timestamp ) : void | ||
AssertFileTimestampAfter ( string file, long timestamp ) : void | ||
AssertFileTimestampBefore ( string file, long timestamp ) : void | ||
ClearDirectories ( ) : void | ||
ClearFiles ( ) : void | ||
GetFileTimestamp ( string file ) : long | ||
RegisterDirectories ( ) : void | ||
RegisterFile ( string file ) : void | ||
RegisterFiles ( ) : void | ||
SetTimestamp ( string file, long timestamp ) : void | ||
UpdateTimestamp ( string file ) : void |
Method | Description | |
---|---|---|
IFileSystem ( string path ) : bool | ||
IFileSystem ( string path ) : void |
public AssertDirectoryExists ( string dir ) : void | ||
dir | string | |
return | void |
public AssertDirectoryNotExists ( string dir ) : void | ||
dir | string | |
return | void |
public AssertFileExists ( string file ) : void | ||
file | string | |
return | void |
public AssertFileNotExists ( string file ) : void | ||
file | string | |
return | void |
public AssertFileTimestamp ( string file, long timestamp ) : void | ||
file | string | |
timestamp | long | |
return | void |
public AssertFileTimestampAfter ( string file, long timestamp ) : void | ||
file | string | |
timestamp | long | |
return | void |
public AssertFileTimestampBefore ( string file, long timestamp ) : void | ||
file | string | |
timestamp | long | |
return | void |
public GetFileTimestamp ( string file ) : long | ||
file | string | |
return | long |
public SetTimestamp ( string file, long timestamp ) : void | ||
file | string | |
timestamp | long | |
return | void |
public UpdateTimestamp ( string file ) : void | ||
file | string | |
return | void |