Table of Contents

Interface IBasicFileAttributeView

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

.NET interface for TO BE DEFINED FROM USER

public interface IBasicFileAttributeView : IFileAttributeView, IAttributeView

Methods

Name()

String Name()

Returns

String

String

ReadAttributes()

BasicFileAttributes ReadAttributes()

Returns

BasicFileAttributes

BasicFileAttributes

Exceptions

IOException

SetTimes(FileTime, FileTime, FileTime)

void SetTimes(FileTime arg0, FileTime arg1, FileTime arg2)

Parameters

arg0 FileTime

FileTime

arg1 FileTime

FileTime

arg2 FileTime

FileTime

Exceptions

IOException