* Get filename string without extension */
| 123 | * Get filename string without extension |
| 124 | */ |
| 125 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetFileNameWithoutExt(const std::string& filePath) { |
| 126 | return ::GetFileNameWithoutExt(filePath.c_str()); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Get full path for a given fileName with path |