mango.io.splitext

mango.io.splitext(ddsDataPath)

Splits the specified path into a (base, extension) tuple.

Parameters:ddsDataPath (str) – ‘.nc’ file or ‘_nc’ directory.
Return type:tuple
Returns:A (baseStr, extStr) pair.

Previous topic

mango.io.uncompressDdsData

Next topic

mango.io.splitpath

This Page