Method | Description | |
---|---|---|
CopyTo ( string path ) : void | ||
Delete ( ) : void | ||
File ( string path ) : System | ||
MoveTo ( string path ) : void | ||
OpenStream ( FileMode mode ) : Stream | ||
OpenStream ( FileMode mode, FileAccess access, FileShare share ) : Stream | ||
ReadBinary ( ) : byte[] | ||
ReadText ( ) : string | ||
WriteBinary ( byte data ) : void | ||
WriteText ( string data ) : void |
public OpenStream ( FileMode mode, FileAccess access, FileShare share ) : Stream | ||
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
return | Stream |