Path-List
Code: Select all
path-list:"c:\temp\red"|"c:\temp\blue"
path-list:<"c:\temp\red"|"c:\temp\blue">
path-list:"c:\temp\red"
Code: Select all
path-list:c:\temp\red|c:\temp\blue
path-list:<c:\temp\red|c:\temp\blue>
path-list:c:\temp\red
I dont see why even path wrapped in "<", ">" and separated by "|", like so need to also be quoted as well:
Code: Select all
path-list:<c:\temp\red|c:\temp\blue>