Table of Contents

Interface IDosFileAttributes

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/DosFileAttributes.html

public interface IDosFileAttributes : IBasicFileAttributes
Inherited Members

Methods

IsArchive()

bool IsArchive()

Returns

bool

bool

IsHidden()

bool IsHidden()

Returns

bool

bool

IsReadOnly()

bool IsReadOnly()

Returns

bool

bool

IsSystem()

bool IsSystem()

Returns

bool

bool