I cannot get a script to compile successfully whilst trying to reference another download path other than that specified in the data options->paths setting.
I've tried
1. getfile ZMODEM "c:\abc\def"
2. getfile ZMODEM c:\abc\def
I've tried
3.
string dn_path
dn_path = "c:\abc\def"
getfile ZMODEM dn_path
the script compiler does like it
Anyone out there know why?
I've tried
1. getfile ZMODEM "c:\abc\def"
2. getfile ZMODEM c:\abc\def
I've tried
3.
string dn_path
dn_path = "c:\abc\def"
getfile ZMODEM dn_path
the script compiler does like it
Anyone out there know why?