summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-08-17 14:15:51 +0200
committerkobewi <kobewi4e@gmail.com>2021-08-17 14:38:48 +0200
commit0dde3e5b59741630547a3ac6685d1125ab207b91 (patch)
tree6bba0f87cf56ac19dadb46846a86fc25a45ebf0c /doc/classes
parent45344c6a025b029ec864a6d9b7a1723fb43f4ab6 (diff)
Fix renaming directories
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Directory.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Directory.xml b/doc/classes/Directory.xml
index 919960cc9f..e8e5a286b4 100644
--- a/doc/classes/Directory.xml
+++ b/doc/classes/Directory.xml
@@ -187,7 +187,7 @@
<argument index="0" name="from" type="String" />
<argument index="1" name="to" type="String" />
<description>
- Renames (move) the [code]from[/code] file to the [code]to[/code] destination. Both arguments should be paths to files, either relative or absolute. If the destination file exists and is not access-protected, it will be overwritten.
+ Renames (move) the [code]from[/code] file or directory to the [code]to[/code] destination. Both arguments should be paths to files or directories, either relative or absolute. If the destination file or directory exists and is not access-protected, it will be overwritten.
Returns one of the [enum Error] code constants ([code]OK[/code] on success).
</description>
</method>