![]() |
Public API Reference |
#include <syspath.h>
Public Attributes | |
char * | path |
The actual path. More... | |
char * | type |
"Type" of the directory (e.g. app, crystal ...). More... | |
bool | scanRecursive |
Whether this path should be recursively scanned for plugins. More... |
Definition at line 130 of file syspath.h.
|
The actual path. Has to be allocated with csStrNew() or new[]. |
|
Whether this path should be recursively scanned for plugins.
|
|
"Type" of the directory (e.g. app, crystal ...).
|