00001 #ifndef COREUTIL_H_
00002 #define COREUTIL_H_
00003
00004 #include <stdint.h>
00005
00006 #include <QString>
00007
00008 #include "mythbaseexp.h"
00009
00010 MBASE_PUBLIC int64_t getDiskSpace(const QString&,int64_t&,int64_t&);
00011
00012 MBASE_PUBLIC bool extractZIP(const QString &zipFile, const QString &outDir);
00013
00014 MBASE_PUBLIC QString RemoteDownloadFile(const QString &url,
00015 const QString &storageGroup,
00016 const QString &filename = "");
00017 MBASE_PUBLIC QString RemoteDownloadFileNow(const QString &url,
00018 const QString &storageGroup,
00019 const QString &filename = "");
00020
00021 #endif // COREUTIL_H_