Browse Source

doc: isxfunc.xml: RemoveDir doesn't know new dir (#404)

Ctrl-C from:
    CreateDir
    The return value is True if a new directory was successfully created...
Ctrl-V to:
    RemoveDir
    The return value is True if a new directory was successfully deleted...
;-)
Mozi 4 years ago
parent
commit
b721a5aefb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ISHelp/isxfunc.xml

+ 1 - 1
ISHelp/isxfunc.xml

@@ -1882,7 +1882,7 @@ end;</pre>
       <function>
         <name>RemoveDir</name>
         <prototype>function RemoveDir(const Dir: string): Boolean;</prototype>
-        <description><p>Deletes an existing empty directory. The return value is True if a new directory was successfully deleted, or False if an error occurred.</p></description>
+        <description><p>Deletes an existing empty directory. The return value is True if the empty directory was successfully deleted, or False if an error occurred.</p></description>
       </function>
       <function>
         <name>DelTree</name>