Skip to content

v1.1: Handle Environment Variables

Latest
Compare
Choose a tag to compare
@VertigoRay VertigoRay released this 20 Jul 16:48

This handles them in standard registry format; such as: %Temp%

Example:
%Temp%\foo\bar.json
Might become (depending on user context of course):
C:\Users\Me\AppData\Local\Temp\foo\bar.json