Posted By:
John_Elion
Posted On:
Tuesday, February 15, 2011 05:17 PM
I have a string that contains a comma-separated list of filenames, that I would like to convert to a
.
is perfect, except that the filenames may contain spaces, which acts as a separator for FILELIST.
Is there a way to configure the separator for FILELIST, or alternatively another way to convert such a string to a path? (It should be suitable for inclusion within a macro.)
files="file1.ext,path/to/file2.exe,path with blanks/file3.ext"/>
Thanks,
JKE