diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-09-29 23:35:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 23:35:04 +0200 |
commit | 56563ef09e779b9f4b105fea0e5a1a8e59c7cfe8 (patch) | |
tree | 851915d7f30d681903305cd8aadc21b760285649 | |
parent | 7c7a86f0fd0c1ae94099f2c1fdd878ab60dcb077 (diff) | |
parent | 43fe12e94e97274181979350c740e5aae154b6bb (diff) |
Merge pull request #66603 from HerrSersch/fix-missing-s
-rw-r--r-- | doc/classes/OS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index be7bacd994..313f3ab6db 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -523,7 +523,7 @@ <param index="0" name="path" type="String" /> <description> Moves the file or directory to the system's recycle bin. See also [method DirAccess.remove]. - The method takes only global paths, so you may need to use [method ProjectSettings.globalize_path]. Do not use it for files in [code]res://[/code] as it will not work in exported project. + The method takes only global paths, so you may need to use [method ProjectSettings.globalize_path]. Do not use it for files in [code]res://[/code] as it will not work in exported projects. [b]Note:[/b] If the user has disabled the recycle bin on their system, the file will be permanently deleted instead. [codeblocks] [gdscript] |