ICF 3.1.1.10
Technical documentation of ICF Libraries
IRelativeFilePath.h
Go to the documentation of this file.
1/********************************************************************************
2** This file is part of the ICF Framework. Copyright (C) Witold Gantzke & Kirill Lepskiy
3** ICF Framework may be used under the terms of the LGPL License v. 2.1 by the Free Software Foundation.
4********************************************************************************/
5
6#pragma once
7
8
9// ICF includes
11
12
13namespace ifile
14{
15
16
17class IRelativeFilePath: virtual public IFileNameParam
18{
19public:
20 virtual QString GetBasePath() const = 0;
21};
22
23
24} // namespace ifile
25
26
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.

© Witold Gantzke and Kirill Lepskiy