From 108a076a8397d44cc4732b4bdb8750f97e167b34 Mon Sep 17 00:00:00 2001 From: Sophia Schröder Date: Sun, 22 Apr 2018 16:22:09 +0100 Subject: Point at ending of a sentence. Change-Id: I0f9dbbe3f113d23b156469e09f6bf13e59dee93f Reviewed-on: https://gerrit.libreoffice.org/53290 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/03020404.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/sbasic/shared/03020404.xhp b/source/text/sbasic/shared/03020404.xhp index 842538d855..7a763a9f27 100644 --- a/source/text/sbasic/shared/03020404.xhp +++ b/source/text/sbasic/shared/03020404.xhp @@ -54,7 +54,7 @@ Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory. To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string (""). To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, "D:\Files\*.ods". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments. -To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition) +To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition). -- cgit