initial support for add to PATH action
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
@@ -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\
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user