Extracts the basename from a file path, e.g. "folder/model.glb" -> "model". See: {@link HTTPUtils.basename}
Extracts the extension from a file path, e.g. "folder/model.glb" -> "glb". See: {@link HTTPUtils.extension}
Made by Don McCurdy • TypeDoc documentation • Copyright 2021 under MIT license
FileUtils
Utility class for working with file systems and URI paths.