Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d851655

Browse files
seaniepiemontegoulding
authored andcommitted
[Docs] files - Add 'long' keyword references
(cherry picked from commit 8c767df)
1 parent d0c8ad5 commit d851655

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/dictionary/function/files.lcdoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ included in the list only if they refer to a <file>.
5757

5858
### Short form
5959

60-
When the <files> is called as a <function>, or without the `long` or
61-
`detailed` modifiers, it <return(glossary)|returns> only the <file>
60+
When the <files> is called as a <function>, or without the `<long>` or
61+
`<long|detailed>` modifiers, it <return(glossary)|returns> only the <file>
6262
names as a string with one file name per line.
6363

6464
> *Note:* On some <platform|platforms>, file names are permitted to
@@ -68,8 +68,8 @@ names as a string with one file name per line.
6868

6969
### Long form
7070

71-
`the long files` and `the detailed files` are synonyms. When the
72-
<files> <function> is called in this form, the <return(glossary)>
71+
`the <long> files` and `the <long|detailed> files` are synonyms. When
72+
the <files> <function> is called in this form, the <return(glossary)>
7373
value is a list of files with detailed file attributes.
7474

7575
Each line in the return value is a comma-separated list of file
@@ -99,7 +99,7 @@ used for the <umask> property.
9999
> *Note:* On Windows, the permissions are always reported as "777".
100100

101101
Changes:
102-
The long form was introduced in version 1.1.
102+
The <long> form was introduced in version 1.1.
103103
The optional <targetFolder> argument for the function call form was
104104
introduced in version 8.1.
105105

@@ -108,7 +108,7 @@ specialFolderPath (function), alias (glossary), current folder (glossary),
108108
data fork (glossary), folder (glossary), function (glossary),
109109
platform (glossary), return (glossary), resource fork (glossary),
110110
shortcut (glossary), symbolic link (glossary), defaultFolder (property),
111-
umask (property)
111+
umask (property), long (keyword)
112112

113113
Tags: file system
114114

0 commit comments

Comments
 (0)