Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ stat
Class
stat
Source/Engine/Platform/Unix/UnixFileSystem.cpp:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
// Skip if already exists
35
struct stat fileInfo;
36
if (stat(pathAnsi.Get(), &fileInfo) != -1 && S_ISDIR(fileInfo.st_mode))
37
{
38
return false;
Callers
10
CreateDirectory
Method · 0.70
DeleteUnixPathTree
Function · 0.70
DirectoryExists
Method · 0.70
GetChildDirectories
Method · 0.70
FileExists
Method · 0.70
GetFileSize
Method · 0.70
SetReadOnly
Method · 0.70
getFilesFromDirectoryTop
Method · 0.70
getFilesFromDirectoryAll
Method · 0.70
GetFileLastEditTime
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected