Browse Source

Add files via upload

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

2
Sophia/PowerShell 7.x/Sophia.psm1

@ -3833,7 +3833,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