public abstract interface DosFileAttributes
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

File attributes associated with a file in a file system that supports legacy "DOS" attributes.

Usage Example:

    Path file = ...
    DosFileAttributes attrs = Files.readAttributes(file, DosFileAttributes.class);
 

extends BasicFileAttributes

Since:  1.7