You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/pages/relevance/_reference/docs/folder.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ No documentation exists.
26
26
27
27
# binary named folder of <folder> : folder
28
28
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>"
30
32
31
33
# bundle of <folder> : bundle
32
34
@@ -142,7 +144,7 @@ Returns a filesystem object with the given relative item name from the specified
142
144
143
145
# relative file <string> of <folder> : file
144
146
145
-
Returns the file with the path specified by <string> relative to the given <folder>.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 <string> relative to the given <folder>. 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.
146
148
147
149
# relative folder <binary_string> of <folder> : folder
148
150
@@ -190,7 +192,9 @@ No documentation exists.
190
192
191
193
# string named folder of <folder> : folder
192
194
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>"
194
198
195
199
# symlink <binary_string> of <folder> : symlink
0 commit comments