Method | Description | |
---|---|---|
ProxyReadOnlyFilesystem ( FileSystem ParentFileSystem ) : System |
Method | Description | |
---|---|---|
ImplDeleteFile ( string Path ) : void | ||
ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void | ||
ImplOpenFile ( string FileName, System FileMode ) : |
final protected ImplDeleteFile ( string Path ) : void | ||
Path | string | |
return | void |
final 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 |
public ProxyReadOnlyFilesystem ( FileSystem ParentFileSystem ) : System | ||
ParentFileSystem | FileSystem | |
return | System |