FileVisitDetails

Provides access to details about a file or directory being visited by a FileVisitor.

See also

Functions

Link copied to clipboard
abstract fun copyTo(target: File): Boolean
abstract fun copyTo(output: OutputStream)
Link copied to clipboard
abstract fun getFile(): File
Link copied to clipboard
abstract fun getLastModified(): Long
Link copied to clipboard
abstract fun getMode(): Int
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getPath(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getSize(): Long
Link copied to clipboard
abstract fun isDirectory(): Boolean
Link copied to clipboard
abstract fun open(): InputStream
Link copied to clipboard
abstract fun stopVisiting()
Requests that file visiting terminate after the current file.