diff options
author | Celia Palacios Gómez Tagle <celia.palacios@libreoffice.org> | 2025-04-07 02:06:30 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2025-04-07 16:23:06 +0200 |
commit | 3bc8ac32da08aa1da0e8e6df0cca3491dc1a82dd (patch) | |
tree | 9ff327b11544f77baf7a15c407f023acc984f056 /source/text/sbasic/shared/03/sf_filesystem.xhp | |
parent | fcff6cf389b6bf14fae3c796578634b00fb22a0c (diff) |
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 <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03/sf_filesystem.xhp')
-rw-r--r-- | source/text/sbasic/shared/03/sf_filesystem.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |