Qore FileDataProvider Module Reference 2.1.2
Loading...
Searching...
No Matches

Qore FileDataProvider module definition

Introduction to the FileDataProvider Module

The FileDataProvider module provides a data provider API for the server filesystem through the DataProvider API.

The following classes are provided by this module:

Release Notes

FileDataProvider v2.1.2

  • now respects the root directory provided by a connection (issue 4949)
  • respects environment variables in the path (issue 4950)

FileDataProvider v2.0

  • added support for the data provider action catalog API (issue 4808)

FileDataProvider v1.0

  • initial release of the module