diff options
Diffstat (limited to 'src/cppc4group.hpp')
| -rw-r--r-- | src/cppc4group.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp index d946cee..e69f9c2 100644 --- a/src/cppc4group.hpp +++ b/src/cppc4group.hpp @@ -161,8 +161,8 @@ public: bool setOfficial(const bool official, const std::string& path = "", const bool recursive = false); bool setExecutable(const bool executable, const std::string& path); - std::optional<EntryInfo> getEntryInfo(const std::string& path = ""); - std::optional<std::vector<EntryInfo>> getEntryInfos(const std::string& path = ""); + std::optional<EntryInfo> getEntryInfo(const std::string& path = "", bool lazy = false); + std::optional<std::vector<EntryInfo>> getEntryInfos(const std::string& path = "", bool lazy = false); bool deleteEntry(const std::string& path, const bool recursive = false); bool renameEntry(const std::string& oldPath, const std::string& newPath); |
