`Data.download` multiple
Author: GregoryTravisCreated Feb 13, 2025Updated Apr 30, 2026
Labelsp-low-libs
-
uriparam can be a vector of Text/URI -
fileparam changes toWritable_File | File_Destination(with conversion fromWritable_File -
replace_existingis applied to each item separately - returns
File | Vector - Downloading two or more URIs to a
Filedestination adds a numerican suffix to the destination filenames
type File_Destination
# For a single file, download to the specified file, possibly adding a prefix to the name.
# For multiple files, add numbered suffixes to the files, as well as an optional prefix.
File file:(File_Like | Text) with_prefix:Text=''
# Download all files to the specified directory. Create the directory if it does not exist.
Directory path:(File_Like | Text)Source: enso-org/enso