C# Class System.IHleIoDriverExtensions

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

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

public static FileExists ( this HleIoDriver, string FileName ) : bool
HleIoDriver this
FileName string
Résultat bool

GetStat() public static méthode

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

ListDir() public static méthode

public static ListDir ( this HleIoDriver, string Path ) : IEnumerable
HleIoDriver this
Path string
Résultat IEnumerable

ListDirRecursive() public static méthode

public static ListDirRecursive ( this HleIoDriver, string Path ) : IEnumerable
HleIoDriver this
Path string
Résultat IEnumerable

OpenRead() public static méthode

public static OpenRead ( this HleIoDriver, string FileName ) : Stream
HleIoDriver this
FileName string
Résultat Stream