mango.application.mdss.rmtree

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

Recursively removes specified files/directories from MDSS.

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

Previous topic

mango.application.mdss.rmdir

Next topic

mango.application.mdss.stage

This Page