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

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


Vocabulary
http.download

Inputs
urlan url


Outputs
patha pathname string


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

Definition