csPathsList::Entry Struct Reference
This structure contains information about a plugin path. More...
#include <csutil/syspath.h>
| Public Member Functions | |
| Entry (const Entry &src) | |
| Entry (const char *path, const char *type, bool recursive=false) | |
| Entry () | |
| Public Attributes | |
| csString | path | 
| The actual path. | |
| bool | scanRecursive | 
| Whether this path should be recursively scanned for plugins. | |
| csString | type | 
| "Type" of the directory (e.g. app, crystal ...) | |
Detailed Description
This structure contains information about a plugin path.
Definition at line 68 of file syspath.h.
Member Data Documentation
The documentation for this struct was generated from the following file:
- csutil/syspath.h
Generated for Crystal Space by doxygen 1.4.7

