Copies the whole content of a DSS folder to a local path, recursively
dkuManagedFolderCopyToLocal(folder_id, local_base_path)
folder_id | the id of the DSS folder |
---|---|
local_base_path | the local path (directory) to download to. If this path does not exist, it is created. Files that are both in the source and destination are overwritten. Files that exist in the destination but not in the DSS folder are preserved. Changes from directories to files or vice-versa are not supported |