mango.application.mdss.rmdir

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

Removes specified directories from MDSS. Directories must be empty.

Parameters:
  • files (str or sequence of str) – Directory path or sequence of directory paths to be removed from MDSS. Directories must be empty otherwise exception is raised.
  • project (str) – NCI project identifier string, if None, uses default project (as returned from the getDefaultProject() function).

Previous topic

mango.application.mdss.remove

Next topic

mango.application.mdss.rmtree

This Page