Programming/Powershell
Powershell temp path
Oth
2017. 5. 17. 13:16
Powershell temp path 얻는 법
Powershell 은 C언어 처럼 별도의 함수를 사용해서 temp path를 얻는 것이 아니고 기존에 등록되어있는 환경변수를 사용합니다.
$env:TEMP
위 변수를 쓰시면 간단히 TEMP PATH를 얻으실 수 있습니다.