I'm reading a file (BackUpTemplate.ini) that contains folder path information.
Can GFL be used with a variable like the code snippet below:
Code: Select all
Let>v=1
Label>start
ReadLn>BackUpTemplate.ini,v,BkDrvs
'MessageModal>BkDrvs
If>BkDrvs=##EOF##,finish
'Message>line
GetFileList>BkDrvs\,files
Separate>files,;,file_names