0

I am writing a script that uses a temporary directory, and I would like to allow it to read the user's chosen temporary directory from an environment variable. What environment variable(s) should my script look at?

4

1 回答 1

1

Windows:%TEMP% 或 %TMP% Linux:$TMP、$TEMP

这些是最常见的

于 2011-07-12T17:42:58.273 回答