Browse Source

Add files via upload

pull/105/head
Dmitry Nefedov 4 years ago
committed by GitHub
parent
commit
ed24a8f5a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Sophia/Sophia.psm1

2
Sophia/Sophia.psm1

@ -3817,7 +3817,7 @@ function TempFolder
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))
{

Loading…
Cancel
Save