Table of Contents

Interface IDosFileAttributeView

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

.NET interface for TO BE DEFINED FROM USER

public interface IDosFileAttributeView : IBasicFileAttributeView, IFileAttributeView, IAttributeView
Inherited Members

Methods

Name()

String Name()

Returns

String

String

ReadAttributes()

BasicFileAttributes ReadAttributes()

Returns

BasicFileAttributes

BasicFileAttributes

Exceptions

IOException

SetArchive(bool)

void SetArchive(bool arg0)

Parameters

arg0 bool

bool

Exceptions

IOException

SetHidden(bool)

void SetHidden(bool arg0)

Parameters

arg0 bool

bool

Exceptions

IOException

SetReadOnly(bool)

void SetReadOnly(bool arg0)

Parameters

arg0 bool

bool

Exceptions

IOException

SetSystem(bool)

void SetSystem(bool arg0)

Parameters

arg0 bool

bool

Exceptions

IOException