IDosFileAttributeView.SetSystem(Boolean) Method

Definition

Updates the value of the system attribute.

[Android.Runtime.Register("setSystem", "(Z)V", "GetSetSystem_ZHandler:Java.Nio.FileNio.Attributes.IDosFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public void SetSystem (bool value);
[<Android.Runtime.Register("setSystem", "(Z)V", "GetSetSystem_ZHandler:Java.Nio.FileNio.Attributes.IDosFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member SetSystem : bool -> unit

Parameters

value
Boolean

the new value of the attribute

Attributes

Remarks

Java documentation for java.nio.file.attribute.DosFileAttributeView.setSystem(boolean).

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