MCPcopy Create free account
hub / github.com/EasyRPG/Player / IsDirectory

Method IsDirectory

src/platform.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool Platform::File::IsDirectory(bool follow_symlinks) const {
61 return GetType(follow_symlinks) == FileType::Directory;
62}
63
64Platform::FileType Platform::File::GetType(bool follow_symlinks) const {
65#if defined(_WIN32)

Callers 3

MakeDirectoryMethod · 0.45
SaveMethod · 0.45
platform.cppFile · 0.45

Calls 1

GetTypeFunction · 0.85

Tested by

no test coverage detected