C# Class BestHTTP.PlatformSupport.FileSystem.WebGLIOService

Inheritance: IIOService
Mostra file Open project: 526077247/ET Class Usage Examples

Public Methods

Method Description
CreateFileStream ( string path, FileStreamModes mode ) : Stream
DirectoryCreate ( string path ) : void
DirectoryExists ( string path ) : bool
FileDelete ( string path ) : void
FileExists ( string path ) : bool
GetFiles ( string path ) : string[]

Method Details

CreateFileStream() public method

public CreateFileStream ( string path, FileStreamModes mode ) : Stream
path string
mode FileStreamModes
return Stream

DirectoryCreate() public method

public DirectoryCreate ( string path ) : void
path string
return void

DirectoryExists() public method

public DirectoryExists ( string path ) : bool
path string
return bool

FileDelete() public method

public FileDelete ( string path ) : void
path string
return void

FileExists() public method

public FileExists ( string path ) : bool
path string
return bool

GetFiles() public method

public GetFiles ( string path ) : string[]
path string
return string[]