Interface IDosFileAttributes
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/attribute/DosFileAttributes.html
public interface IDosFileAttributes : IBasicFileAttributes
- Inherited Members
Methods
IsArchive()
bool IsArchive()
Returns
IsHidden()
bool IsHidden()
Returns
IsReadOnly()
bool IsReadOnly()
Returns
IsSystem()
bool IsSystem()