DeleteSpec

interface DeleteSpec(source)

A specification for deleting files from the filesystem.

Inheritors

Functions

Link copied to clipboard
abstract fun delete(files: Array<Any>): DeleteSpec
Specifies the files to delete.
Link copied to clipboard
abstract fun setFollowSymlinks(followSymlinks: Boolean)
Specifies whether or not symbolic links should be followed during deletion.