hasFileScheme

open fun hasFileScheme(uri: URI): Boolean

Checks if the URI has a file scheme.

Return

true if the uri contains a file scheme, false otherwise.

Parameters

uri

the URI object to check.