Skip to content
Snippets Groups Projects
Commit 4e91b764 authored by rswindell's avatar rswindell
Browse files

Use the js.startup_dir as the location of the downloaded file.

parent f0b06043
No related branches found
No related tags found
No related merge requests found
/* $Id: */ /* $Id$ */
load("http.js"); load("http.js");
var url = argv[0]; var url = argv[0];
var filename=file_getname(url); var filename=js.startup_dir + '/' + file_getname(url);
var file = new File(filename); var file = new File(filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment