C:List and files/paths containing globbing characters
Posted: Mon Nov 17, 2025 6:30 am
Create a few directories in RAM:
Then try something simple as:
and watch it fail, stumbling on the parenthesis in the paths
(which I believe was what LFQ=LFORMATQUOTE W=WILDCARD was meant to fix)
Code: Select all
Makedir ALL "RAM:test/foo (bar)" "RAM:test/bar (foo)"
Echo to "RAM:test/foo (bar)/foo"
Echo to "RAM:test/bar (foo)/bar"
Code: Select all
List RAM:test ALL FILES LFORMAT "%p%n" LFQ W
(which I believe was what LFQ=LFORMATQUOTE W=WILDCARD was meant to fix)