C# Class System.IHleIoDriverExtensions

Show file Open project: soywiz/cspspemu

Public Methods

Method Description
FileExists ( this HleIoDriver, string FileName ) : bool
GetStat ( this HleIoDriver, string FileName ) : SceIoStat
ListDir ( this HleIoDriver, string Path ) : IEnumerable
ListDirRecursive ( this HleIoDriver, string Path ) : IEnumerable
OpenRead ( this HleIoDriver, string FileName ) : Stream

Method Details

FileExists() public static method

public static FileExists ( this HleIoDriver, string FileName ) : bool
HleIoDriver this
FileName string
return bool

GetStat() public static method

public static GetStat ( this HleIoDriver, string FileName ) : SceIoStat
HleIoDriver this
FileName string
return CSPspEmu.Hle.Vfs.SceIoStat

ListDir() public static method

public static ListDir ( this HleIoDriver, string Path ) : IEnumerable
HleIoDriver this
Path string
return IEnumerable

ListDirRecursive() public static method

public static ListDirRecursive ( this HleIoDriver, string Path ) : IEnumerable
HleIoDriver this
Path string
return IEnumerable

OpenRead() public static method

public static OpenRead ( this HleIoDriver, string FileName ) : Stream
HleIoDriver this
FileName string
return Stream