FormActMainUncachedFileSave Method (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.
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public bool UncachedFileSave(
FileInfo DestFile,
MemoryStream FileData
)
Parameters
- DestFile
- Type: System.IOFileInfo
File to save to - FileData
- Type: System.IOMemoryStream
Stream of file contents
Return Value
Type:
Booleantrue if the uncached save succeeded, false if normal saving was used
See Also