The base file data provider class.
More...
#include <FileDataProviderBase.qc.dox.h>
|
| constructor (*hash< auto > options) |
| Creates the object from constructor options.
|
|
| constructor (*string root, *bool lock, *bool readonly) |
| Creates the object from the arguments.
|
|
|
const | ConstructorOptions = ... |
| Constructor options.
|
|
|
| checkPath (string path) |
| Check the given path when "lock" and "root" are set.
|
|
| checkReadOnly (string op) |
| Checks if the readonly flag is set.
|
|
|
bool | lock |
| Lock down access to the root?
|
|
bool | readonly |
| Read only flag.
|
|
*string | root |
| Any anchoring dir for filesystem actions.
|
|
The base file data provider class.