fs2.io.file.BasicFileAttributes
See theBasicFileAttributes companion object
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.
Attributes
- Companion
- object
- Source
- FileAttributes.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait PosixFileAttributes
Members list
In this article