source: PSPA/Interface_Web/trunk/pspaWT/include/environmentVariables.h @ 102

Last change on this file since 102 was 81, checked in by lemeur, 12 years ago

recuperation de variables d'environement

File size: 197 bytes
Line 
1#ifndef ENVIRONMENTVARIABLES_SEEN
2#define ENVIRONMENTVARIABLES_SEEN
3
4static string WHERE_WE_ARE = string(getenv("PWD"));
5static string WORKINGAREA =  WHERE_WE_ARE.append("/workingArea");
6
7#endif
8
9
Note: See TracBrowser for help on using the repository browser.