Include %filenameWithPath
Posted: Wed Dec 23, 2015 2:39 am
I'm having some trouble passing a string to include a file with a full path:
Generates an error, the file %s.prg is not found in the current directory:
G:\PRO\BAL\DRI\TEST\%S.prg not found on disk
Code: Select all
WfCreate C:\temp\test.wf1 u 1
%s = "C:\temp\temp\hello\MyFile.prg"
Include %sGenerates an error, the file %s.prg is not found in the current directory:
G:\PRO\BAL\DRI\TEST\%S.prg not found on disk