Property | Type | Description | |
---|---|---|---|
ParentFileSystem |
Method | Description | |
---|---|---|
ProxyFileSystem ( |
||
TryInitialize ( ) : void |
Method | Description | |
---|---|---|
ImplCloseFile ( |
||
ImplCreateDirectory ( string Path, int Mode = 0777 ) : void | ||
ImplCreateSymLink ( string Pointer, string Pointee ) : void | ||
ImplDeleteDirectory ( string Path ) : void | ||
ImplDeleteFile ( string Path ) : void | ||
ImplFindFiles ( string Path ) : IEnumerable |
||
ImplGetFileInfo ( string Path ) : |
||
ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void | ||
ImplOpenFile ( string FileName, System FileMode ) : |
||
ImplReadFile ( |
||
ImplSetFileTime ( string Path, |
||
ImplWriteFile ( |
protected ImplCloseFile ( |
||
FileStream | ||
return | void |
protected ImplCreateDirectory ( string Path, int Mode = 0777 ) : void | ||
Path | string | |
Mode | int | |
return | void |
protected ImplCreateSymLink ( string Pointer, string Pointee ) : void | ||
Pointer | string | |
Pointee | string | |
return | void |
protected ImplDeleteDirectory ( string Path ) : void | ||
Path | string | |
return | void |
protected ImplDeleteFile ( string Path ) : void | ||
Path | string | |
return | void |
protected ImplFindFiles ( string Path ) : IEnumerable |
||
Path | string | |
return | IEnumerable |
protected ImplGetFileInfo ( string Path ) : |
||
Path | string | |
return |
protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void | ||
ExistingFileName | string | |
NewFileName | string | |
ReplaceExisiting | bool | |
return | void |
protected ImplOpenFile ( string FileName, System FileMode ) : |
||
FileName | string | |
FileMode | System | |
return |
protected ImplReadFile ( |
||
FileStream | ||
Buffer | byte | |
Offset | int | |
Count | int | |
return | int |
protected ImplSetFileTime ( string Path, |
||
Path | string | |
FileTime | ||
return | void |
protected ImplWriteFile ( |
||
FileStream | ||
Buffer | byte | |
Offset | int | |
Count | int | |
return | void |
public ProxyFileSystem ( |
||
ParentFileSystem | ||
return | System |