C# Class CSharpUtils.VirtualFileSystem.Local.LocalFileSystem

Inheritance: ImplFileSystem
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Свойство Type Description
RootPath String

Private Properties

Свойство Type Description
ImplFindFiles IEnumerable
ImplGetFileInfo FileSystemEntry
LocalFileSystem System
RealPath String

Méthodes protégées

Méthode 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

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

Method Details

ImplCreateDirectory() protected méthode

protected ImplCreateDirectory ( String Path, int Mode = 0777 ) : void
Path String
Mode int
Résultat void

ImplDeleteFile() protected méthode

protected ImplDeleteFile ( string Path ) : void
Path string
Résultat void

ImplMoveFile() protected méthode

protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ExistingFileName string
NewFileName string
ReplaceExisiting bool
Résultat void

ImplOpenFile() protected méthode

protected ImplOpenFile ( String FileName, FileMode FileMode ) : FileSystemFileStream
FileName String
FileMode FileMode
Résultat FileSystemFileStream

Property Details

RootPath protected_oe property

protected String RootPath
Résultat String