#include <filedialog.h>
Static Public Member Functions | |
int | AddSubDirectory (QString &path, const QString &subdir) |
QString | AddDirectory (const QString &path, const QString &subdir) |
int | MakeRelative (QString &filename, const QString &dir=QDir::currentDirPath(), bool mode=true) |
int | CreateDirectory (const QString &directory) |
int | CopyFile (const QString &src, const QString &dest, bool overwrite=false) |
int | RenameFile (const QString &src, const QString &dest, bool overwrite=false) |
int | CopyDirectory (const QString &src, const QString &dest, bool subdir=true) |
QString | CorrectFileName (const QString &name) |
QString | GetFileName (const QString &path) |
QString | CutExtension (const QString &path) |
int | AddToFileName (QString &path, const QString &addi) |
int | AddExtension (QString &path, const QString &addi) |
void | RemoveDirectory (const QString &name, bool subdir=true, bool force=true) |
int | RunCommand (const QString &name, bool showcommand=true) |
int | RunBashCommand (const QString &name, bool showcommand=true) |
int | RunBashScript (const QString &name, bool showcommand=true) |
QString | ConvertToUnixPath (const QString &srcpath) |
|
|
|
This function corrects the filename to ASCII. All non ascii characters will be set to '_' Example: "Das ist eine Übung" -> "Das_is_eine__bung" Attention: Only filenames are allowedsince separtors will be corrected too. |
|
|
|
This function corrects the filename to ASCII. All non ascii characters will be set to '_' Example: "Das ist eine Übung" -> "Das_is_eine__bung" Attention: Only filenames are allowedsince separtors will be corrected too. |
|
|
|
|
|
|
|
This function corrects the filename to ASCII. All non ascii characters will be set to '_' Example: "Das ist eine Übung" -> "Das_is_eine__bung" Attention: Only filenames are allowedsince separtors will be corrected too. |
|
|
|
This function corrects the filename to ASCII. All non ascii characters will be set to '_' Example: "Das ist eine Übung" -> "Das_is_eine__bung" Attention: Only filenames are allowedsince separtors will be corrected too. |
|
This function corrects the filename to ASCII. All non ascii characters will be set to '_' Example: "Das ist eine Übung" -> "Das_is_eine__bung" Attention: Only filenames are allowedsince separtors will be corrected too. |
|
|
|
The given directory will be removed. If subdir=true |
|
|
|
|
|
|
|
|