mango.application.mdss.mv

mango.application.mdss.mv(files, dest, project=None)[source]

Move/rename files/directories in MDSS.

Parameters:
  • files (str or sequence of str) – File/directory path or sequence of file/directory paths to be moved within MDSS.
  • dest (str) – File/directory path where files are copied on MDSS.
  • project (str) – NCI project identifier string, if None, uses default project (as returned from the getDefaultProject() function).

Previous topic

mango.application.mdss.makedirs

Next topic

mango.application.mdss.put

This Page