Colleagues,
I would like to get the list of CSV files in the directory but, as always, I messed up something with quotes.
I would like to get the list of CSV files in the directory but, as always, I messed up something with quotes.
Code:
* Path and files global importfolder /// `"`C:\Users\me\files\data to play with'"' global filelist : dir ${importfolder} *.csv
Comment