This commit is contained in:
2021-08-11 16:28:03 -04:00
parent f63c3f9a22
commit 11bb0e0327
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ Function IsWindowsBuild {
}
}
## Get the path to the TEMP folder (context dependant)
## Get the path to the TEMP folder (context dependent)
Function GetTempPath { Return [System.IO.Path]::GetTempPath() }
## Determine if the system is 64-bit or not