IPosixFileAttributes.Group Method

Definition

Returns the group owner of the file.

[Android.Runtime.Register("group", "()Ljava/nio/file/attribute/GroupPrincipal;", "GetGroupHandler:Java.Nio.FileNio.Attributes.IPosixFileAttributesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public Java.Nio.FileNio.Attributes.IGroupPrincipal? Group ();
[<Android.Runtime.Register("group", "()Ljava/nio/file/attribute/GroupPrincipal;", "GetGroupHandler:Java.Nio.FileNio.Attributes.IPosixFileAttributesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member Group : unit -> Java.Nio.FileNio.Attributes.IGroupPrincipal

Returns

the file group owner

Attributes

Remarks

Returns the group owner of the file.

Java documentation for java.nio.file.attribute.PosixFileAttributes.group().

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