Groovy Documentation

org.gradle.api.file
[Java] Interface DeleteAction


public interface DeleteAction

Deletes files and directories.

Authors:
Hans Dockter


Method Summary
boolean delete(java.lang.Object... paths)

Deletes files and directories.

 

Method Detail

delete

public boolean delete(java.lang.Object... paths)
Deletes files and directories.
Parameters:
paths - Any type of object accepted by Project.files
Returns:
true if anything got deleted, false otherwise


 

Groovy Documentation