Engine::Utils::Path
Module: An example game engine / Some useful utilities
Filesystem path utility functions.
Functions
| Name | |
|---|---|
| std::string | getFilename(const std::string & path) | 
| std::string | getExtension(const std::string & path) | 
Functions Documentation
function getFilename
std::string getFilename(
    const std::string & path
)
function getExtension
std::string getExtension(
    const std::string & path
)
Updated on 2022-10-19 at 22:22:03 +0000