uri_get_filesystem_type

@accepts(utf8, utf8)
@returns(utf8)
def uri_get_filesystem_type(uri, mount_point)

Returns a string describing the type of the filesystem containing @uri.

uri :

URI to get filesystem type for

mount_point :

optionally returns the mount point for the filesystem as a URI

Returns :

filesystem type string, must be freed by caller.