MCPcopy Create free account
hub / github.com/MyGUI/mygui / isExistFile

Method isExistFile

Tools/LayoutEditor/ProjectControl.cpp:553–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 }
552
553 bool ProjectControl::isExistFile(const MyGUI::UString& _filePath, const MyGUI::UString& _fileName)
554 {
555 common::VectorFileInfo fileInfo;
556 common::getSystemFileList(fileInfo, _filePath, _fileName, false);
557
558 return !fileInfo.empty();
559 }
560
561 void ProjectControl::createProject(const MyGUI::UString& _filePath, const MyGUI::UString& _fileName)
562 {

Callers

nothing calls this directly

Calls 2

getSystemFileListFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected