FOF30\Platform\FilesystemInterface::fileDelete PHP Method

fileDelete() public method

Delete a file or array of files
public fileDelete ( mixed $file ) : boolean
$file mixed The file name or an array of file names
return boolean True on success
    public function fileDelete($file);