| | Name | Description |
|---|
 | UncachedFileSave(FileInfo, MemoryStream) |
Bypass Windows disk write caching to save a file. If the file exists, it will be deleted first. If the file destination file already contains the data, the entire operation is skipped.
|
 | UncachedFileSave(String, Byte) |
Bypass Windows disk write caching to save a file. If the file exists, it will be deleted first. If the file destination file already contains the data, the entire operation is skipped.
|
 | UncachedFileSave(FileInfo, MemoryStream, Boolean) |
Bypass Windows disk write caching to save a file. If the file exists, it will be deleted first.
|