IDosFileAttributeView.SetArchive(Boolean) Method

Definition

Updates the value of the archive attribute.

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

Parameters

value
Boolean

the new value of the attribute

Attributes

Remarks

Java documentation for java.nio.file.attribute.DosFileAttributeView.setArchive(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