MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / ~IFileSystem

Method ~IFileSystem

ImGuiFileDialog.h:514–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512class IFileSystem {
513public:
514 virtual ~IFileSystem() = default;
515 // say if a directory can be openened or for any reason locked
516 virtual bool IsDirectoryCanBeOpened(const std::string& vName) = 0;
517 // say if a directory exist

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected