Extracts the basename from a file path, e.g. "folder/model.glb" -> "model". See: HTTPUtils.basename
Extracts the extension from a file path, e.g. "folder/model.glb" -> "glb". See: HTTPUtils.extension
Made by Don McCurdy. Documentation built with greendoc and published under Creative Commons Attribution 3.0.
Utility class for working with file systems and URI paths.