MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / SysFileExists

Method SysFileExists

src/Platform/Platform.cpp:3725–3729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3723}
3724
3725bool Platform::SysFileExists(const char *_ecv_array filename) const noexcept
3726{
3727 String<MaxFilenameLength> location;
3728 return MakeSysFileName(location.GetRef(), filename) && MassStorage::FileExists(location.c_str());
3729}
3730
3731FileStore *_ecv_null Platform::OpenSysFile(const char *_ecv_array filename, OpenMode mode) const noexcept
3732{

Callers 4

ProcessEventMethod · 0.80
GCodes2.cppFile · 0.80
THROWSFunction · 0.80
GetHomingFileNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected