download-once-into ( url directory -- path )
HTTP Download Utilities

Prev:download-once ( url -- path )
Next:download-once-as ( url path -- path )


Vocabulary
http.download

Inputs
urlan url
directorya pathname string


Outputs
patha pathname string


Word description
Downloads a file to directory and returns the path. If the path already exists, this word does not download it again.

Definition