uri_get_mount_point

@accepts(utf8)
@returns(utf8)
def uri_get_mount_point(uri)

Returns the mount point of the filesystem holding @uri. If @uri is on a normal filesystem mount (such as /, /home, /var, etc.) this will be NULL.

or NULL.

uri :

a URI

Returns :

filesystem mount point (must be freed by caller)