Related: #3442 and #4215
The various supported platforms have different native ways to determine the directory in which to store temporary files and directories:
Currently, there is no platform-agnostic way to refer to this directory, which is cumbersome.
An automatic variable, say $TEMP, could provide this abstraction.
Environment data
PowerShell Core v6.0.0-beta.3
Related: #3442 and #4215
The various supported platforms have different native ways to determine the directory in which to store temporary files and directories:
$env:TEMP$env:TMPDIR/tmpCurrently, there is no platform-agnostic way to refer to this directory, which is cumbersome.
An automatic variable, say
$TEMP, could provide this abstraction.Environment data