This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
This documentation describes the Prokee module interface.
Static Template Methods:bool label::testlabel(const wchar_t *path)
| Type | Name | Direction | Description |
| path | [IN] | a path (null-terminated string) |
true if the label exists and false otherwise.
On Windows, this function tests, if the path contains a valid drive letter as label. The label may only be named by one single uppercase letter {A,...,Z}. If the drive-letter does not exist, or if the path does not contain any drive letter (f.e. in case of a relative path), the function returns false.
On Linux, this function always returns false.