Click or drag to resize

FormActMainUncachedFileSave Method

Overload List
  NameDescription
Public methodUncachedFileSave(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.
Public methodUncachedFileSave(FileInfo, MemoryStream, Boolean)
Bypass Windows disk write caching to save a file. If the file exists, it will be deleted first.
Top
See Also