hasUriScheme

open fun hasUriScheme(uriScheme: String): Boolean

Checks to see if a #GFile has a given URI scheme.

This call does no blocking I/O.

Return

true if #GFile's backend supports the given URI scheme, false if URI scheme is null, not supported, or #GFile is invalid.

Parameters

uriScheme

a string containing a URI scheme