MCPcopy 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

CreateDirectoryMethod · 0.70
DeleteUnixPathTreeFunction · 0.70
DirectoryExistsMethod · 0.70
GetChildDirectoriesMethod · 0.70
FileExistsMethod · 0.70
GetFileSizeMethod · 0.70
SetReadOnlyMethod · 0.70
GetFileLastEditTimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected