Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ fileName
Method
fileName
src/Base/FileInfo.cpp:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
std::string FileInfo::fileName() const
207
{
208
return FileName.substr(FileName.find_last_of(
'/'
) + 1);
209
}
210
211
std::string FileInfo::dirPath() const
212
{
Callers
13
getModuleInfoString
Function · 0.45
getRelativePath
Method · 0.45
applyStandard
Method · 0.45
applyTimeStamp
Method · 0.45
getExchangeTempFile
Method · 0.45
setValue
Method · 0.45
Save
Method · 0.45
Copy
Method · 0.45
Paste
Method · 0.45
getNameSuffixStartPosition
Method · 0.45
getFileName
Method · 0.45
getPyObject
Method · 0.45
Calls
1
substr
Method · 0.80
Tested by
no test coverage detected