powershell-profile icon indicating copy to clipboard operation
powershell-profile copied to clipboard

Fix/timepath var

Open jlcs-dev opened this issue 10 months ago • 0 comments

Hi,

I encountered this error because I have the "My Documents" folder on another location.

error_pwsh

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

jlcs-dev avatar Feb 04 '25 10:02 jlcs-dev