source/text/sbasic/shared/03/sf_filesystem.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3bc8ac32da08aa1da0e8e6df0cca3491dc1a82dd Author: Celia Palacios Gómez Tagle <[email protected]> AuthorDate: Mon Apr 7 02:06:30 2025 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Apr 7 16:23:06 2025 +0200 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 <[email protected]> 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 @@ <bookmark_value>FileSystem service;Files</bookmark_value> </bookmark> <h2 id="hd_id461583944327647" localize="false">Files</h2> - <paragraph role="paragraph" id="par_id11158394432779">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.</paragraph> + <paragraph role="paragraph" id="par_id11158394432779">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.</paragraph> <paragraph role="paragraph" id="par_id641613003790120">If the argument <literal>foldername</literal> specifies a folder that does not exist, an exception is raised.</paragraph> <paragraph role="paragraph" id="par_id821613003779799">The resulting list may be filtered with wildcards.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
