Skip to content

Space in path or filename on a multi_single selection #447

Answered by RubicBG
CodyOakes asked this question in Q&A
Discussion options

You must be logged in to vote

sel(true) - https://nilesoft.org/docs/functions/sel

Add a third parameter to the sel function to change the path separators.
It is possible to assign the quote to the first parameter through these options
0 = Unquote, 1 = Double quote, 2 = Single quote, Or use a string instead.

sel(0, ",", "/")
sel(1, ",", '\')
sel(2, ",", "/")
sel('"', "\n", ">")

(source: https://discord.com/channels/1106387012707168318/1112126326665650176/1150156808829292615)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CodyOakes
Comment options

Answer selected by CodyOakes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants