C# Class CSharpUtils.VirtualFileSystem.Local.LocalFileSystem

Inheritance: ImplFileSystem
Exibir arquivo Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Property Type Description
RootPath String

Private Properties

Property Type Description
ImplFindFiles IEnumerable
ImplGetFileInfo FileSystemEntry
LocalFileSystem System
RealPath String

Protected Methods

Method Description
ImplCreateDirectory ( String Path, int Mode = 0777 ) : void
ImplDeleteFile ( string Path ) : void
ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ImplOpenFile ( String FileName, FileMode FileMode ) : FileSystemFileStream

Private Methods

Method Description
ImplFindFiles ( String Path ) : IEnumerable
ImplGetFileInfo ( String Path ) : FileSystemEntry
LocalFileSystem ( String RootPath, bool CreatePath = false ) : System
RealPath ( String Path ) : String

Method Details

ImplCreateDirectory() protected method

protected ImplCreateDirectory ( String Path, int Mode = 0777 ) : void
Path String
Mode int
return void

ImplDeleteFile() protected method

protected ImplDeleteFile ( string Path ) : void
Path string
return void

ImplMoveFile() protected method

protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ExistingFileName string
NewFileName string
ReplaceExisiting bool
return void

ImplOpenFile() protected method

protected ImplOpenFile ( String FileName, FileMode FileMode ) : FileSystemFileStream
FileName String
FileMode FileMode
return FileSystemFileStream

Property Details

RootPath protected_oe property

protected String RootPath
return String