MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetFileName

Method GetFileName

src/Nazara/Core/File.cpp:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SubStringFromMethod · 0.80

Tested by

no test coverage detected