gradle
Toggle table of contents
9.6.0-20260420115815+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api.file
/
DeleteSpec
Delete
Spec
API
interface
DeleteSpec
(
source
)
A specification for deleting files from the filesystem.
Inheritors
Delete
Members
Functions
delete
Link copied to clipboard
API
abstract
fun
delete
(
@
Nullable
files
:
Array
<
@
Nullable
Any
>
)
:
DeleteSpec
Specifies the files to delete.
get
Follow
Symlinks
Link copied to clipboard
API
@
Input
@
Optional
@
Incubating
abstract
fun
getFollowSymlinks
(
)
:
Property
<
Boolean
>
Specifies whether or not symbolic links should be followed during deletion.