A Sandcastle Documented Class Library
Files Class |
Static helpers for handling files.
Inheritance Hierarchy
SystemObject NSG.Library.HelpersFiles
Namespace: NSG.Library.Helpers
Assembly: NSG.Library.Helpers (in NSG.Library.Helpers.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax
The Files type exposes the following members.
Methods
Name | Description | |
---|---|---|
ByteArrayToFile |
Write a file from an in-memory a byte array.
| |
DeleteFile |
Delete the file
| |
FileNameCleaner |
Remove the following reserved characters and replace with a space.
(less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)
, (comma)
(amperstand)
| |
FileToByteArray |
Read a file into a in-memory byte array.
| |
MakeDirectory |
Make a directory
| |
TempFileName |
Create a temporary file name.
|
See Also