Table of Contents

Interface IPosixFileAttributes

Namespace
Java.Nio.File.Attribute
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/PosixFileAttributes.html

public interface IPosixFileAttributes : IBasicFileAttributes
Inherited Members

Methods

Group()

GroupPrincipal Group()

Returns

GroupPrincipal

GroupPrincipal

Owner()

UserPrincipal Owner()

Returns

UserPrincipal

UserPrincipal

Permissions()

Set<PosixFilePermission> Permissions()

Returns

Set<PosixFilePermission>

Set