| 221 | */ |
| 222 | |
| 223 | String File::GetFileName() const |
| 224 | { |
| 225 | NazaraLock(m_mutex) |
| 226 | |
| 227 | return m_filePath.SubStringFrom(NAZARA_DIRECTORY_SEPARATOR, -1, true); |
| 228 | } |
| 229 | |
| 230 | /*! |
| 231 | * \brief Gets the last time the file was accessed |
nothing calls this directly
no test coverage detected