Interface IDosFileAttributes
.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()
https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/DosFileAttributes.html#isArchive--
bool IsArchive()
Returns
IsHidden()
bool IsHidden()
Returns
IsReadOnly()
bool IsReadOnly()
Returns
IsSystem()
bool IsSystem()