Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Sophia/Sophia.psm1
|
@ -3817,7 +3817,7 @@ function TempFolder |
|
|
|
|
|
|
|
|
if (-not (Test-Path -Path $env:SystemRoot\Temp)) |
|
|
if (-not (Test-Path -Path $env:SystemRoot\Temp)) |
|
|
{ |
|
|
{ |
|
|
New-Item -Path $env:SystemRoot\Temp |
|
|
New-Item -Path $env:SystemRoot\Temp -ItemType Directory -Force |
|
|
} |
|
|
} |
|
|
if (-not (Test-Path -Path $env:LOCALAPPDATA\Temp)) |
|
|
if (-not (Test-Path -Path $env:LOCALAPPDATA\Temp)) |
|
|
{ |
|
|
{ |
|
|