The performance of USB 3 connected external SSD seems to be much better than internal HDD, so I'd like to use a directory in the external SSD drive as FME temporary directory. It's of course possible by setting the SSD directory to the FME_TEMP variable.
However, the external SSD is not always connected. When SSD is not connected, I don't want to use system temporary directory as FME_TEMP since sometimes FME doesn't clean up temp files completely and therefore I would like to manage the remnant temporary files separately from other files.
In my observation, this setting (use D:FME_TEMP if an external drive D is available, C:FME_TEMP otherwise) doesn't seem to be available. It's troublesome to modify FME_TEMP whenever connecting/disconnecting the SSD.
D:FME_TEMP;C:FME_TEMP
It would be nice if FME could configure the temporary directory path from multiple paths set in the FME_TEMP variable.

