#pragma once #include namespace hwinfo { namespace filesystem { bool exists(const std::string& path); std::vector getDirectoryEntries(const std::string& path); } // namespace filesystem } // namespace hwinfo