File.fileRemove()

Signature

boolean fileRemove (String path)

Domain

Description

Deletes the specified file or directory.

Parameters

NameTypeDescription
pathStringThe file or directory to be deleted.

Returns

TypeDescription
booleanReturns true if the target file/directory is deleted; false otherwise.

Cautions

none