mango.application.mdss.isdir

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

Returns whether specified file is a directory or link to a directory.

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 directory (or link to a directory) which exists in MDSS.

Previous topic

mango.application.mdss.isfile

Next topic

mango.application.mdss.listdir

This Page