MCPcopy Create free account
hub / github.com/diasurgical/devilution / FileStream_GetFileName

Function FileStream_GetFileName

3rdParty/StormLib/src/FileStream.cpp:2451–2455  ·  view source on GitHub ↗

* Returns the file name of the stream * * \a pStream Pointer to an open stream */

Source from the content-addressed store, hash-verified

2449 * \a pStream Pointer to an open stream
2450 */
2451const TCHAR * FileStream_GetFileName(TFileStream * pStream)
2452{
2453 assert(pStream != NULL);
2454 return pStream->szFileName;
2455}
2456
2457/**
2458 * Returns the length of the provider prefix. Returns zero if no prefix

Callers 3

GetFilePatchChainFunction · 0.85
SFileGetFileInfoFunction · 0.85
SFileGetFileNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected