CCIMXDesktop
 
Loading...
Searching...
No Matches
QtFileIO.h
1#ifndef QTFILEIO_H
2#define QTFILEIO_H
3#include <library/FileDefs.h>
4class QString;
5namespace QtFileIOUtils {
15bool checkPathAndPermission(const QString& path, PermissionType permission);
16
26bool createDirectoryIfNotExsit(const QString& path);
27
38bool createFileIfNotExists(const QString& filePath);
39};
40
41#endif // QTFILEIO_H