Qore FileDataProvider Module Reference  1.0
FileCopyRequestDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
2 
25 namespace FileDataProvider {
28 
29 public:
30 protected:
32  const Fields = {
33  "follow_symlinks": {
34  "type": BoolType,
35  "desc": "Should symbolic links be followed?",
36  "default_value": False,
37  },
38  };
39 
40 public:
41 
44 
45 };
46 };
Data type for copy file request calls.
Definition: FileCopyRequestDataType.qc.dox.h:27
const Fields
Field descriptions.
Definition: FileCopyRequestDataType.qc.dox.h:32
Data type for move file request calls.
Definition: FileMoveRequestDataType.qc.dox.h:27
const False
Qore FileDataProvider module definition.
Definition: FileCopyDataProvider.qc.dox.h:26