Qore FileDataProvider Module Reference 1.0
Loading...
Searching...
No Matches
FilePathDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
2
25namespace FileDataProvider {
27class FilePathDataType : public HashDataType {
28
29public:
30protected:
32 const Fields = {
33 "path": {
34 "type": StringType,
35 "desc": "The file path",
36 },
37 };
38
39public:
40
43
44};
45};
Data type for delete file request calls.
Definition: FilePathDataType.qc.dox.h:27
const Fields
Field descriptions.
Definition: FilePathDataType.qc.dox.h:32
constructor()
Creates the object.
Qore FileDataProvider module definition.
Definition: FileCopyDataProvider.qc.dox.h:26