toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.file
/
FileVisitDetails
File
Visit
Details
API
interface
FileVisitDetails
:
FileTreeElement
(
source
)
Provides access to details about a file or directory being visited by a
FileVisitor
.
See also
File
Tree
Members
Functions
copy
To
Link copied to clipboard
API
abstract
fun
copyTo
(
target
:
File
)
:
Boolean
abstract
fun
copyTo
(
output
:
OutputStream
)
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
get
Last
Modified
Link copied to clipboard
API
abstract
fun
getLastModified
(
)
:
Long
get
Mode
Link copied to clipboard
API
abstract
fun
getMode
(
)
:
Int
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
String
get
Permissions
Link copied to clipboard
API
abstract
fun
getPermissions
(
)
:
FilePermissions
get
Relative
Path
Link copied to clipboard
API
abstract
fun
getRelativePath
(
)
:
RelativePath
get
Size
Link copied to clipboard
API
abstract
fun
getSize
(
)
:
Long
is
Directory
Link copied to clipboard
API
abstract
fun
isDirectory
(
)
:
Boolean
open
Link copied to clipboard
API
abstract
fun
open
(
)
:
InputStream
stop
Visiting
Link copied to clipboard
API
abstract
fun
stopVisiting
(
)
Requests that file visiting terminate after the current file.