Method | Description | |
---|---|---|
CreateDirectory ( string path ) : bool | ||
CreateTxFResource ( string path ) : void | ||
Exists ( string path ) : bool | ||
GetFiles ( string path, string searchPattern ) : System.IO.FileSystemInfo[] | ||
RemoveDirectory ( string path ) : bool | ||
StartTxFResource ( string path ) : SafeFileHandle | ||
StopTxFResource ( string path ) : void |
Method | Description | |
---|---|---|
FindFirstFileTransacted ( string dirSpec, |
||
GetDirectoryHandle ( string path ) : SafeFileHandle |
public static CreateDirectory ( string path ) : bool | ||
path | string | |
return | bool |
public static CreateTxFResource ( string path ) : void | ||
path | string | |
return | void |
public static GetFiles ( string path, string searchPattern ) : System.IO.FileSystemInfo[] | ||
path | string | |
searchPattern | string | |
return | System.IO.FileSystemInfo[] |
public static RemoveDirectory ( string path ) : bool | ||
path | string | |
return | bool |
public static StartTxFResource ( string path ) : SafeFileHandle | ||
path | string | |
return | SafeFileHandle |
public static StopTxFResource ( string path ) : void | ||
path | string | |
return | void |