mango.application.mdss.isfile

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

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

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

Previous topic

mango.application.mdss.get

Next topic

mango.application.mdss.isdir

This Page