diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-17 00:52:25 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-17 00:52:25 +0100 |
commit | 2edd0e40cd1afa9a422733b0a3b4babc064041b6 (patch) | |
tree | b0d2635bb2266d66c5064e3476fde4588d73ea41 /src/plugins/filesystem/FileLocator.hpp | |
parent | 4a4e2245730ead7fce354469fe626398520f12b2 (diff) |
Improved behaviour of FileLocator:
* really complete path, do not return completely new path
* return file directly if it already exists
* only complete the extension, nothing else
* also ignore .backup files created by KDE programs
Diffstat (limited to 'src/plugins/filesystem/FileLocator.hpp')
-rw-r--r-- | src/plugins/filesystem/FileLocator.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/filesystem/FileLocator.hpp b/src/plugins/filesystem/FileLocator.hpp index 14988a8..ad64db8 100644 --- a/src/plugins/filesystem/FileLocator.hpp +++ b/src/plugins/filesystem/FileLocator.hpp @@ -38,11 +38,8 @@ namespace ousia { /** - * @file FileLocator.hpp - * - * This is a FileLocator employing the boost path class for file finding. - * - * @author Benjamin Paassen - bpaassen@techfak.uni-bielefeld.de + * The FileLocator class is an implementation of the abstract ResourceLocator + * interface used to locate resources in the filesystem. */ class FileLocator : public ResourceLocator { public: |