MCPcopy Create free account
hub / github.com/beefytech/Beef / GetFileName

Method GetFileName

BeefySysLib/util/FileEnumerator.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13String FileEnumeratorEntry::GetFileName() const
14{
15 char outName[4096];
16 int outSize = 4096;
17 BfpFindFileData_GetFileName(mFindData, outName, &outSize, NULL);
18 return outName;
19}
20
21const FileEnumerator::Iterator& FileEnumerator::Iterator::operator++()
22{

Callers 1

LoadMeshMethod · 0.45

Calls 1

Tested by

no test coverage detected