summaryrefslogtreecommitdiffstats
path: root/core/core_bind.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-04-26 23:52:20 +0200
committerkobewi <kobewi4e@gmail.com>2022-04-27 01:02:11 +0200
commitb80e52f04899d28ea191ce3eaad9fdb76bc11b52 (patch)
tree33da2aaf6e9006faaa941c5ba189ff0775963ad2 /core/core_bind.h
parente9e2aaf8123bbaf03621a869f21433fff4af5144 (diff)
downloadredot-engine-b80e52f04899d28ea191ce3eaad9fdb76bc11b52.tar.gz
Expose move_to_trash()
Diffstat (limited to 'core/core_bind.h')
-rw-r--r--core/core_bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h
index 591cacdabb..bc68be3f62 100644
--- a/core/core_bind.h
+++ b/core/core_bind.h
@@ -235,6 +235,7 @@ public:
String get_system_dir(SystemDir p_dir, bool p_shared_storage = true) const;
+ Error move_to_trash(const String &p_path) const;
String get_user_data_dir() const;
String get_config_dir() const;
String get_data_dir() const;