eDreamPath

Parent Previous Next

///////////////////////////////////////////////////////////////////////////////////////////////////

// enum eDreamPath


[helpstring("Paths to subdirectories of a DREAM project.")]

typedef enum eDreamPath

{

 [helpstring("Project directory, e.g. ...\\Projects\\Drm_Example07")]

 ePathProjectDir,


 [helpstring("Directory with model executables, e.g. ...\\Projects\\Drm_Example07\\Model\\Bin")]

 ePathModelBin,


 [helpstring("Directory with model data files, e.g. ...\\Projects\\Drm_Example07\\Model\\Data")]

 ePathModelData,


 [helpstring("Directory with plugin DLL, e.g. ...\\Projects\\Drm_Example07\\Plugin\\Bin")]

 ePathPluginBin,


 [helpstring("Working directory, e.g. ...\\Projects\\Drm_Example07\\Temp\\Case1")]

 ePathWorkingDir,


 [helpstring("Number of possible paths (not a path)")]

 ePathMax,

} eDreamPath;