MCPcopy Create free account
hub / github.com/SpartanJ/efsw / isRegularFile

Method isRegularFile

src/efsw/FileInfo.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool FileInfo::isRegularFile() const {
162 return 0 != S_ISREG( Permissions );
163}
164
165bool FileInfo::isReadable() const {
166#if EFSW_PLATFORM != EFSW_PLATFORM_WIN32

Callers 4

initFilesMethod · 0.80
scanMethod · 0.80
addAllMethod · 0.80
addWatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected