* Get pointer to filename for a path string */
| 116 | * Get pointer to filename for a path string |
| 117 | */ |
| 118 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetFileName(const std::string& filePath) { |
| 119 | return ::GetFileName(filePath.c_str()); |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Get filename string without extension |