From a74200f37d035a1ca92ca0577fdee91f58f26fac Mon Sep 17 00:00:00 2001 From: reiniero Date: Thu, 31 Jul 2014 09:41:48 +0000 Subject: [PATCH] * DeleteDirectory: incorporate OnlyChilds=>OnlyChildren fix present in Lazarus git-svn-id: trunk@45996 - --- docs/xml/lazutils/fileutil.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/lazutils/fileutil.xml b/docs/xml/lazutils/fileutil.xml index af125b47af..2df261b5fb 100644 --- a/docs/xml/lazutils/fileutil.xml +++ b/docs/xml/lazutils/fileutil.xml @@ -373,7 +373,7 @@ DeleteDirectory - Delete the named directory (or only its contents if - OnlyChilds is True) + OnlyChildren is True) 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 @@ -385,7 +385,7 @@ The name of the directory for processing - + If True, only the contents ('children') of the directory are removed