Opened 6 years ago
Closed 5 years ago
#3649 closed Feature Request (Fixed)
Add the word glob to docs for search engines
Reported by: | anonymous | Owned by: | Jos |
---|---|---|---|
Milestone: | 3.3.15.4 | Component: | Documentation |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
People coming from other languages may search for the words "glob" or "file globbing" when they are looking for how to loop through a list of files matching a wildcard pattern. What they are looking for is likely to be the functions _FileListToArray and/or _FileListToArrayRec.
Please consider adding some wording about "file globbing" to the docs for those functions, so that when people google phrases like "autoit glob" or "autoit file globbing" they will end up finding these functions easily.
Attachments (0)
Change History (5)
comment:1 Changed 6 years ago by anonymous
comment:3 Changed 5 years ago by Jpm
- Owner set to Jpm
- Status changed from new to assigned
comment:4 Changed 5 years ago by Jos
- Owner changed from Jpm to Jos
comment:5 Changed 5 years ago by Jos
- Milestone set to 3.3.15.4
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed by revision [12327] in version: 3.3.15.4
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
This would also be applicable on the docs for the FileFindFirstFile and FileFindNextFile functions.