This class manages paths. For POSIX systems it simply returns the default values for the known path types as specified at compilation time. For WIN32 systems this class tries to lookup the value of a needed path from the Windows registry. The following keys are used:
HKEY_CURRENT_USER/Software/Simthetic/Paths This key has the following values:
modulepath - path where the loadable modules reside
devicepath - path for the device description files
If the path does not exist (or if empty) the user will be asked for it via a dialog. The results of that dialog will then be stored in the registry.