next up previous contents [pdf] index

Next: Output Up: sf_gettmpdatapath Previous: Call

Definition

static char* gettmpdatapath (void) 
/* Finds temporary datapath.

Datapath rules:
1. check tmpdatapath= on the command line
2. check TMPDATAPATH environmental variable
3. check .tmpdatapath file in the current directory
4. check .tmpdatapath in the home directory
5. return NULL
*/
{
   ...
}




2011-07-02