diff options
Diffstat (limited to 'launcher/FileSystem.h')
-rw-r--r-- | launcher/FileSystem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/FileSystem.h b/launcher/FileSystem.h index b46f3281..2d4dfb56 100644 --- a/launcher/FileSystem.h +++ b/launcher/FileSystem.h @@ -54,6 +54,11 @@ class FileSystemException : public ::Exception { void write(const QString& filename, const QByteArray& data); /** + * create a symlink + */ +bool symlink(const QString& target, const QString& link); + +/** * read data from a file safely\ */ QByteArray read(const QString& filename); |