1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Expose move_to_trash()

This commit is contained in:
kobewi
2022-04-26 23:52:20 +02:00
parent e9e2aaf812
commit b80e52f048
4 changed files with 16 additions and 1 deletions

View File

@@ -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;