I have a problem with path (% %)
When the check is returned 0 means that the path does not exist!
So how to convert the relative path to the full path? and the full path to a relative path?
I need advice or a function that can resolve it!
Relative path like:
%SystemDrive%\Users,
%SystemRoot%\WOW64\Path
Full path like:
C:\Users,
C:\Windows\WOW64\Path
When the check is returned 0 means that the path does not exist!
[ autoit ]
So how to convert the relative path to the full path? and the full path to a relative path?
I need advice or a function that can resolve it!
Relative path like:
%SystemDrive%\Users,
%SystemRoot%\WOW64\Path
Full path like:
C:\Users,
C:\Windows\WOW64\Path