Ilwis-Objects  1.0
GIS and Remote Sensing framework for data access and processing
 All Classes Functions Enumerations Pages
oshelper.h
1 #ifndef OSHELPER_H
2 #define OSHELPER_H
3 
4 namespace Ilwis {
5 class KERNELSHARED_EXPORT OSHelper
6 {
7 public:
8  OSHelper();
9 
10  static QString neutralizeFileName(const QString& somelocation) ;
11  static bool isAbsolute(const QString& fragment);
12  static bool isFileName(const QString& filename);
13 };
14 }
15 
16 #endif // OSHELPER_H