Page 1 of 1

full pathname of destination file

Posted: Sun Mar 28, 2010 7:17 pm
by Pronets
How to have full pathname of destination file?
f.e.:
-dest=[FOLDER]\[FNAME]

Re: full pathname of destination file

Posted: Sun Mar 28, 2010 8:18 pm
by therube
FlashGot is only passing a name to a download manager.
(Suppose with some download managers it could pass path info?)

Typically it would be the download manager that would preserve the path or not.

Re: full pathname of destination file

Posted: Sun Mar 28, 2010 9:39 pm
by Giorgio Maone
Pronets wrote:How to have full pathname of destination file?
f.e.:
-dest=[FOLDER]\[FNAME]
That's not possible directly.
If you really need such a feature (but I doubt you do), you can write an intermediate batch or shell script to put the two parameters together.