Qore FileDataProvider Module Reference  1.0
FilePathDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
2 
25 namespace FileDataProvider {
27 class FilePathDataType : public HashDataType {
28 
29 public:
30 protected:
32  const Fields = {
33  "path": {
34  "type": StringType,
35  "desc": "The file path",
36  },
37  };
38 
39 public:
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