powershell-profile
powershell-profile copied to clipboard
Fix/timepath var
Hi,
I encountered this error because I have the "My Documents" folder on another location.
So I replaced the $env:USERPROFILE with [Environment]::GetFolderPath("MyDocuments") as the goal is to get this specific folder to reach the LastExecutionTime.txt file.
closes #131