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

Method GetFilePath

BeefySysLib/util/FileEnumerator.cpp:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3USING_NS_BF;
4
5String FileEnumeratorEntry::GetFilePath() const
6{
7 char outName[4096];
8 int outSize = 4096;
9 BfpFindFileData_GetFileName(mFindData, outName, &outSize, NULL);
10 return mDirPath + "/" + outName;
11}
12
13String FileEnumeratorEntry::GetFileName() const
14{

Callers 2

QueuePathMethod · 0.45
QueuePathMethod · 0.45

Calls 1

Tested by

no test coverage detected