From 5eb5cdde43e4c90c69763b698ddd0c72fe2238df Mon Sep 17 00:00:00 2001 From: vincents Date: Tue, 3 Apr 2007 20:02:04 +0000 Subject: [PATCH] docs: documented GetAllFilesMask git-svn-id: trunk@10860 - --- docs/xml/lcl/fileutil.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/xml/lcl/fileutil.xml b/docs/xml/lcl/fileutil.xml index 245b127b00..f3bd42f34c 100644 --- a/docs/xml/lcl/fileutil.xml +++ b/docs/xml/lcl/fileutil.xml @@ -379,8 +379,8 @@ Appends the path delimeter to the path. AppendPathDelim checks if the last character in the path is the path delimeter. If it isn't the path delimeter, it is added, otherwise the unmodified path is returned. - - + + @@ -394,8 +394,8 @@ Removes trailing path delimeter ChompPathDelim checks if the last character in the path is the path delimeter. If it is the path delimeter, it is removed, otherwise the unmodified path is returned. - - + + @@ -560,8 +560,11 @@ - - + File mask representing all files suitable for showing in a file filter. + GetAllFilesMask returns a File Mask suitable for showing in a filter of a Open File Dialog. + + + windows '*.*' is returned, on other operating systems just '*'.