Table of Contents

Interface IPosixFileAttributeView

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

.NET interface for TO BE DEFINED FROM USER

public interface IPosixFileAttributeView

Methods

Name()

String Name()

Returns

String

String

ReadAttributes()

BasicFileAttributes ReadAttributes()

Returns

BasicFileAttributes

BasicFileAttributes

Exceptions

IOException

SetGroup(GroupPrincipal)

void SetGroup(GroupPrincipal arg0)

Parameters

arg0 GroupPrincipal

GroupPrincipal

Exceptions

IOException

SetPermissions(Set<PosixFilePermission>)

void SetPermissions(Set<PosixFilePermission> arg0)

Parameters

arg0 Set<PosixFilePermission>

Set

Exceptions

IOException