Now, `New-TemporaryFile` cmdlet creates path to a temporary file. Sometimes we want to have path to a temporary directory. Proposal is to add a `Directory` switch to get path to new temporary directory.
Now,
New-TemporaryFilecmdlet creates path to a temporary file. Sometimes we want to have path to a temporary directory.Proposal is to add a
Directoryswitch to get path to new temporary directory.