mango.application.mdss.exists

mango.application.mdss.exists(file, project=None)[source]

Returns whether specified file/directory exists on the MDSS file system.

Parameters:project (str) – NCI project identifier string, if None, uses default project (as returned from the getDefaultProject() function).
Return type:bool
Returns:True if file is a file or directory (or link to a file or directory) which exists in MDSS.

Previous topic

mango.application.mdss.du

Next topic

mango.application.mdss.get

This Page