sealed
trait BasicFileAttributes
Attributes of a file that are provided by most operating systems and file systems.
To get an instance of BasicFileAttributes
, use Files[F].getBasicFileAttributes(path)
.
The fileKey
operation returns a unique identifier for the file, if the operating system
and file system supports providing such an identifier.
- Companion
- object