Function: removeFilePrefix()
removeFilePrefix(
uri):string
Defined in: utils/ResourceFetcherUtils.ts:79
Removes the 'file://' prefix from a URI if it exists.
Parameters
uri
string
The URI to process.
Returns
string
The URI without the 'file://' prefix.