Interface IDosFileAttributeView
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/attribute/DosFileAttributeView.html
public interface IDosFileAttributeView : IBasicFileAttributeView, IFileAttributeView, IAttributeView
- Inherited Members
Methods
Name()
String Name()
Returns
ReadAttributes()
BasicFileAttributes ReadAttributes()
Returns
Exceptions
SetArchive(bool)
void SetArchive(bool arg0)
Parameters
Exceptions
SetHidden(bool)
void SetHidden(bool arg0)
Parameters
Exceptions
SetReadOnly(bool)
void SetReadOnly(bool arg0)
Parameters
Exceptions
SetSystem(bool)
void SetSystem(bool arg0)