I am trying to add a script that will open folder A on LHS and folder B on RHS.
To access it I hit F2 and select my script which works.
Example
but if my path has ! at the start of a folder name it fails.
Example
How can I delimit the ! in lua for my real path?
How can I escape a bang ('!') in a path for my menu script?
-
- Posts: 2
- Joined: Sun 23 May, 2021 20:14
How can I escape a bang ('!') in a path for my menu script?
Last edited by HaRT on Wed 21 Sep, 2022 23:54, edited 1 time in total.
Reason: Fixed the Topic Title
Reason: Fixed the Topic Title
- HaRT
- Moderator
- Posts: 11033
- Joined: Tue 30 Aug, 2005 17:21
- Has thanked: 235 times
- Been thanked: 369 times
How can I delimit ! in a path for my menu script?
I assume you mean “escape” rather than “delimit”. It's not Lua that makes the difference, it's the User Menu,
!
is a special character there. I encourage you to read the built-in Help on this (press F1
while the menu is open and then activate the (very first) Special symbols
hypertext link by hitting Enter
).Фар есть инструмент, а не нянька. © 2009 DrKnS
-
- Posts: 2
- Joined: Sun 23 May, 2021 20:14
How can I delimit ! in a path for my menu script?
I did mean escape but couldn't find the edit option.
Perfect. Thank you very much HaRT. I found my answer, I was unaware of the built-in help with F1 and everything is working now!