Skip to content

Commit 7098fd8

Browse files
baonhanGitHub Enterprise
authored andcommitted
Merge pull request #71 from gabriella-santoro/patch-60
Update requested by Cristina for 9.5.7
2 parents 444e356 + 528d4e0 commit 7098fd8

File tree

1 file changed

+7
-3
lines changed
  • site/pages/relevance/_reference/docs

1 file changed

+7
-3
lines changed

site/pages/relevance/_reference/docs/folder.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ No documentation exists.
2626

2727
# binary named folder of <folder> : folder
2828

29-
No documentation exists.
29+
Iterates through the folders of a folder returning folder objects.
30+
On Unix operating system, this is similar to "folder of <folder>", except this method returns all folders regardless of its names.
31+
On other operating systems, same as "folder of <folder>"
3032

3133
# bundle of &lt;folder&gt; : bundle
3234

@@ -142,7 +144,7 @@ Returns a filesystem object with the given relative item name from the specified
142144

143145
# relative file &lt;string&gt; of &lt;folder&gt; : file
144146

145-
Returns the file with the path specified by &lt;string&gt; relative to the given &lt;folder&gt;.Example: relative file "Safari.app/Contents/MacOS/Safari" of applications folder - Returns the concatenation of the specified folder and the given path, /Applications/Safari.app/Contents/MacOS/Safari.
147+
Returns the file with the path specified by &lt;string&gt; relative to the given &lt;folder&gt;. For example: relative file "Safari.app/Contents/MacOS/Safari" of applications folder - Returns the concatenation of the specified folder and the given path, /Applications/Safari.app/Contents/MacOS/Safari.
146148

147149
# relative folder &lt;binary_string&gt; of &lt;folder&gt; : folder
148150

@@ -190,7 +192,9 @@ No documentation exists.
190192

191193
# string named folder of &lt;folder&gt; : folder
192194

193-
No documentation exists.
195+
Iterates through the folders of a folder returning folder objects.
196+
On Unix operating system, this is similar to "folder of <folder>", except that this method returns folders only if its name is valid in local character set.
197+
On other operating systems, same as "folder of <folder>"
194198

195199
# symlink &lt;binary_string&gt; of &lt;folder&gt; : symlink
196200

0 commit comments

Comments
 (0)