initial support for add to PATH action

Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
Ryan Cao
2022-10-19 21:53:57 +08:00
parent 2999afe781
commit 7b1e68bfa8
4 changed files with 49 additions and 0 deletions

View File

@@ -53,6 +53,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\
*/