Â
Â
I am looking for a way to obtain the FME TEMP directory. As far as I know, FME defines the TEMP directory based on 4 characteristics s1]. My question is: Using a C++ reader, can I get the path currently used as temp directory?Â
Â
Something similar to:Â
fmeSession_->fmeHome() returns the home directory of the FMEÂ
? returns the TEMP directory of the FME.Â
Â
Â
Of course, I could try to read in the TEMP environment variable by myself (stored in Control Panel | System | Advanced | Environment Variables). But I think using FME for this would be a better solution.Â
Â
ThanksÂ
benÂ
Â
1] FME TEMP variableÂ