download broken with target path/file name

Things you’d like to miss in the future...
Post Reply
jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

download broken with target path/file name

Post by jacky »

Those two should do exactly the same, but only the first one works:
::download "http://www.xyplorer.com/tour/images/pfa.png", "xy-pfa.png";
::download "http://www.xyplorer.com/tour/images/pfa.png", "<curpath>\xy-pfa.png";

Second one gives an error because XY assumes it's a path name only, e.g. Target path "D:\Folder\xy-pfa.png\" does not exists
Proud XYplorer Fanatic

admin
Site Admin
Posts: 60629
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: download broken with target path/file name

Post by admin »

Yep, fixed.

Post Reply