메소드 | 설명 | |
---|---|---|
FileExists ( this HleIoDriver, string FileName ) : bool | ||
GetStat ( this HleIoDriver, string FileName ) : |
||
ListDir ( this HleIoDriver, string Path ) : IEnumerable |
||
ListDirRecursive ( this HleIoDriver, string Path ) : IEnumerable |
||
OpenRead ( this HleIoDriver, string FileName ) : Stream |
public static FileExists ( this HleIoDriver, string FileName ) : bool | ||
HleIoDriver | this | |
FileName | string | |
리턴 | bool |
public static GetStat ( this HleIoDriver, string FileName ) : |
||
HleIoDriver | this | |
FileName | string | |
리턴 |
public static ListDir ( this HleIoDriver, string Path ) : IEnumerable |
||
HleIoDriver | this | |
Path | string | |
리턴 | IEnumerable |
public static ListDirRecursive ( this HleIoDriver, string Path ) : IEnumerable |
||
HleIoDriver | this | |
Path | string | |
리턴 | IEnumerable |
public static OpenRead ( this HleIoDriver, string FileName ) : Stream | ||
HleIoDriver | this | |
FileName | string | |
리턴 | Stream |