Language

StandardOpenOption.Create Property

Definition

Creates a file when it does not exist, unless CreateNew is also specified.

[Android.Runtime.Register("CREATE", ApiSince=26)]
public static Java.Nio.FileNio.StandardOpenOption? Create { get; }
[<Android.Runtime.Register("CREATE", ApiSince=26)>]
static member Create : Java.Nio.FileNio.StandardOpenOption

Property Value

An open option that creates a file if it is absent.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to