NSFileHandle.OpenWrite(String) 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.
Static factory method to create an NSFileHandle for writing a file at the specified path.
[Foundation.Export("fileHandleForWritingAtPath:")]
public static Foundation.NSFileHandle OpenWrite (string path);
static member OpenWrite : string -> Foundation.NSFileHandle
Parameters
- path
- String
Returns
- Attributes