Method | Description | |
---|---|---|
CreateFileStream ( string filename, FileMode mode ) : Stream | ||
CreateFileStream ( string filename, FileMode mode, FileAccess access ) : Stream | ||
CreateFileStream ( string filename, FileMode mode, FileAccess access, FileShare share ) : Stream | ||
CreateXmlWriter ( string filename ) : |
||
FileExists ( string filePath ) : bool | ||
FileSystemServiceImpl ( ) : System | ||
FileSystemServiceImpl ( char sepChar ) : System | ||
MakeRelativePath ( string fromPath, string toPath ) : string | ||
ReadAllBytes ( string filePath ) : byte[] |
public CreateFileStream ( string filename, FileMode mode ) : Stream | ||
filename | string | |
mode | FileMode | |
return | Stream |
public CreateFileStream ( string filename, FileMode mode, FileAccess access ) : Stream | ||
filename | string | |
mode | FileMode | |
access | FileAccess | |
return | Stream |
public CreateFileStream ( string filename, FileMode mode, FileAccess access, FileShare share ) : Stream | ||
filename | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
return | Stream |
public CreateXmlWriter ( string filename ) : |
||
filename | string | |
return |
public FileSystemServiceImpl ( char sepChar ) : System | ||
sepChar | char | |
return | System |
public MakeRelativePath ( string fromPath, string toPath ) : string | ||
fromPath | string | |
toPath | string | |
return | string |
public ReadAllBytes ( string filePath ) : byte[] | ||
filePath | string | |
return | byte[] |