From 3bc8ac32da08aa1da0e8e6df0cca3491dc1a82dd Mon Sep 17 00:00:00 2001 From: Celia Palacios Gómez Tagle Date: Mon, 7 Apr 2025 02:06:30 +0200 Subject: Edit source/text/sbasic/shared/03/sf_filesystem.xhp Change-Id: I0e0faded698ed2da706e7cb5fd83df3cf16c894a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183764 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/03/sf_filesystem.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic/shared/03/sf_filesystem.xhp') diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp b/source/text/sbasic/shared/03/sf_filesystem.xhp index b05ca4fef1..9622fa0996 100644 --- a/source/text/sbasic/shared/03/sf_filesystem.xhp +++ b/source/text/sbasic/shared/03/sf_filesystem.xhp @@ -707,7 +707,7 @@ FileSystem service;Files

Files

- Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name. + Returns a zero-based array (BASIC) or tple (Python) of the files stored in a given folder. Each entry in the array or tuple is a string containing the full path and file name. If the argument foldername specifies a folder that does not exist, an exception is raised. The resulting list may be filtered with wildcards. -- cgit