MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / stat

Class stat

Source/MediaInfo/ExternalCommandHelpers.cpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 if (_wstat64(FullPath.To_Unicode().c_str(), &Buf)==0 && Buf.st_mode&S_IFREG && Buf.st_mode&S_IEXEC)
111 #else
112 struct stat Buf;
113 if (stat(FullPath.To_Local().c_str(), &Buf)==0 && Buf.st_mode&S_IFREG && Buf.st_mode&S_IXUSR)
114 #endif //WINDOWS
115 return FullPath;

Callers 1

External_Command_ExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected