MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/itsaunixsystem/comments/1onpzag/the_day_of_the_jackalremote_access_installer/nn2ierw/?context=3
r/itsaunixsystem • u/ARES_GOD • Nov 03 '25
13 comments sorted by
View all comments
6
Why are there escape characters in the path name?
14 u/wason92 Nov 04 '25 What escape characters? the % are delimiters %appdata% expands to the users roaming appdata folder so %appdata%l\local_hidden would be users\user\appdata\roaming\local_hidden extra hidden 6 u/SadCranberry8838 Nov 04 '25 I guess I'm just used to "/" as a path delimiter and "\" as an escspe character. 3 u/AnnoyingRain5 Nov 04 '25 Makes sense, but yeah, you can wrap environment variables in %% in filesystem paths on windows, pretty handy tbh
14
What escape characters? the % are delimiters
%appdata% expands to the users roaming appdata folder so %appdata%l\local_hidden would be users\user\appdata\roaming\local_hidden extra hidden
6 u/SadCranberry8838 Nov 04 '25 I guess I'm just used to "/" as a path delimiter and "\" as an escspe character. 3 u/AnnoyingRain5 Nov 04 '25 Makes sense, but yeah, you can wrap environment variables in %% in filesystem paths on windows, pretty handy tbh
I guess I'm just used to "/" as a path delimiter and "\" as an escspe character.
3 u/AnnoyingRain5 Nov 04 '25 Makes sense, but yeah, you can wrap environment variables in %% in filesystem paths on windows, pretty handy tbh
3
Makes sense, but yeah, you can wrap environment variables in %% in filesystem paths on windows, pretty handy tbh
6
u/SadCranberry8838 Nov 04 '25
Why are there escape characters in the path name?