A Sandcastle Documented Class Library
Files Methods |
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