C:List and files/paths containing globbing characters

Post Reply
kolla
Posts: 57
Joined: Wed Oct 24, 2018 11:38 am

C:List and files/paths containing globbing characters

Post by kolla »

Create a few directories in RAM:

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"
Then try something simple as:

Code: Select all

List RAM:test ALL FILES LFORMAT "%p%n" LFQ W
and watch it fail, stumbling on the parenthesis in the paths
(which I believe was what LFQ=LFORMATQUOTE W=WILDCARD was meant to fix)
Post Reply