NSFileHandle.SynchronizeFile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes all in-memory data and attributes of the file represented by this NSFileHandle to disk.
[Foundation.Export("synchronizeFile")]
public virtual void SynchronizeFile ();
abstract member SynchronizeFile : unit -> unit
override this.SynchronizeFile : unit -> unit
- Attributes