ACF $AcfVersion:0$
IRelativeFilePath.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// ACF includes
7
8
9namespace ifile
10{
11
12
13class IRelativeFilePath: virtual public IFileNameParam
14{
15public:
16 virtual QString GetBasePath() const = 0;
17};
18
19
20} // namespace ifile
21
22
Common interface for any file system item name (e.g directory, file or URL path)
virtual QString GetBasePath() const =0
Contains interfaces and implementations of file system related components.