wrench::FileDeleteAction

class FileDeleteAction : public wrench::Action

A class that implements a file deletion action.

Public Functions

std::shared_ptr<DataFile> getFile() const

Returns the action’s file.

Returns

the file

std::shared_ptr<FileLocation> getFileLocation() const

Returns the action’s file locations.

Returns

A file location

virtual bool usesScratch() const override

Determine whether the action uses scratch.

Returns

true if the action uses scratch, false otherwise