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
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 • Documented with greendoc • © 2023 MIT License
FileUtils
Utility class for working with file systems and URI paths.