diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-19 18:42:17 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:18 -0500 |
| commit | e0c605be1d32b74b14da18cc7de4a66a4f6f3ecb (patch) | |
| tree | d35ab520b6e99bb3458f3a3c9d338766ee1a994f /src/shared/directoryentry.h | |
| parent | 219bd59a21430f830136927564e18dfc25421927 (diff) | |
initial implementation for updating file tree, buggy
Diffstat (limited to 'src/shared/directoryentry.h')
| -rw-r--r-- | src/shared/directoryentry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/directoryentry.h b/src/shared/directoryentry.h index 0a857443..52265583 100644 --- a/src/shared/directoryentry.h +++ b/src/shared/directoryentry.h @@ -279,6 +279,7 @@ public: * @return fileentry object for the file or nullptr if no file matches
*/
const FileEntry::Ptr findFile(const std::wstring &name) const;
+ bool hasFile(const std::wstring& name) const;
bool containsArchive(std::wstring archiveName);
|
