MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / FiosIsHiddenFile

Function FiosIsHiddenFile

src/os/unix/unix.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool FiosIsHiddenFile(const std::filesystem::path &path)
85{
86 return path.filename().string().starts_with(".");
87}
88
89#ifdef WITH_ICONV
90

Callers 1

FiosGetFileListFunction · 0.50

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected