ACF $AcfVersion:0$
IFileArchiveInfo.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// Qt includes
6#include <QtCore/QString>
7
8// ACF includes
9#include <istd/IPolymorphic.h>
10
11
12namespace ifile
13{
14
15
24{
25public:
26 virtual const QString& GetCurrentFilePath() const = 0;
27};
28
29
30} // namespace ifile
31
32
Simple informative interface allowing to get access to current processed file by file archives.
virtual const QString & GetCurrentFilePath() const =0
Base interface for all used interfaces and implementations.
Contains interfaces and implementations of file system related components.