Method | Description | |
---|---|---|
DeleteFile ( string fileName ) : void | ||
FileExists ( string fileName ) : bool | ||
GetAllFiles ( ) : IEnumerable |
||
GetFullPath ( string fileName ) : string | ||
OpenFile ( string fileName ) : Stream | ||
PhysicalFileSystem ( string root ) : System |
Method | Description | |
---|---|---|
GetAllFiles ( string dir ) : IEnumerable |
public GetFullPath ( string fileName ) : string | ||
fileName | string | |
return | string |
public PhysicalFileSystem ( string root ) : System | ||
root | string | |
return | System |