Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ IsFile
Function
IsFile
Engine/source/core/volume.cpp:1073–1076 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1071
}
1072
1073
bool IsFile(const Path &path)
1074
{
1075
return sgMountSystem.isFile(path);
1076
}
1077
1078
bool IsDirectory(const Path &path)
1079
{
Callers
15
readFile
Method · 0.85
parseFile
Method · 0.85
consoleFunctions.cpp
File · 0.85
fileSystemFunctions.cpp
File · 0.85
create
Method · 0.85
findTextureExtension
Function · 0.85
canLoadCachedDTS
Method · 0.85
loadColladaShape
Function · 0.85
sendNextFileDownloadRequest
Method · 0.85
createTexture
Method · 0.85
sFindFile
Method · 0.85
sFindFiles
Method · 0.85
Calls
1
isFile
Method · 0.45
Tested by
no test coverage detected