Modify ↓
Opened 8 years ago
Closed 6 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 by , 8 years ago
comment:3 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 6 years ago
| Owner: | changed from to |
|---|
comment:5 by , 6 years ago
| Milestone: | → 3.3.15.4 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [12327] in version: 3.3.15.4
Note:
See TracTickets
for help on using tickets.

This would also be applicable on the docs for the FileFindFirstFile and FileFindNextFile functions.