Skip to content

Kirby 5.0.4

$fileActions->delete()

Deletes the file. The store is used to manipulate the filesystem or whatever you prefer.

$fileActions->delete(): bool

Return type

bool

This method modifies the existing $fileactions object it is applied to and returns it again.

Parent class

Kirby\Cms\FileActions