34 "desc":
"File delete data provider; deletes files or entire directory trees on the filesystem given a "
35 "path as an argument",
36 "type":
"FileDeleteDataProvider",
37 "supports_request": True,
42 AbstractDataProvider::DataProviderSummaryInfoKeys
The File delete data provider class.
Definition: FileDeleteDataProvider.qc.dox.h:28
const ProviderSummaryInfo
Provider summary info.
Definition: FileDeleteDataProvider.qc.dox.h:41
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
string getName()
Returns the data provider name.
const RequestType
Request type.
Definition: FileDeleteDataProvider.qc.dox.h:46
const ProviderInfo
Provider info.
Definition: FileDeleteDataProvider.qc.dox.h:32
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
Data type for delete file request calls.
Definition: FilePathDataType.qc.dox.h:27
Qore FileDataProvider module definition.
Definition: FileCopyDataProvider.qc.dox.h:26