* DeleteDirectory: incorporate OnlyChilds=>OnlyChildren fix present in Lazarus

git-svn-id: trunk@45996 -
This commit is contained in:
reiniero 2014-07-31 09:41:48 +00:00
parent 8aa7fdee3b
commit a74200f37d

View File

@ -373,7 +373,7 @@
<var>DeleteDirectory</var> - Delete the named directory (or only its contents if <var>DeleteDirectory</var> - Delete the named directory (or only its contents if
<var>OnlyChilds</var> is True)</short> <var>OnlyChildren</var> is True)</short>
<errors>If there was an error, such as trying to removing . or .., or there were insufficient permissions, or the file did not exist, False is returned</errors> <errors>If there was an error, such as trying to removing . or .., or there were insufficient permissions, or the file did not exist, False is returned</errors>
</element> </element>
<!-- function result Visibility: default --> <!-- function result Visibility: default -->
@ -385,7 +385,7 @@
<short>The name of the directory for processing</short> <short>The name of the directory for processing</short>
</element> </element>
<!-- argument Visibility: default --> <!-- argument Visibility: default -->
<element name="DeleteDirectory.OnlyChilds"> <element name="DeleteDirectory.OnlyChildren">
<short>If True, only the contents ('children') of the directory are removed</short> <short>If True, only the contents ('children') of the directory are removed</short>
</element> </element>
<!-- function Visibility: default --> <!-- function Visibility: default -->