Modify ↓
Opened 2 hours ago
#4047 new Bug
Manual: Improve phrasing for @extended in FileFindNext
Reported by: | hifi55 | Owned by: | |
---|---|---|---|
Milestone: | Component: | Documentation | |
Version: | Other | Severity: | None |
Keywords: | FileFindNext, @extended | Cc: |
Description
https://www.autoitscript.com/autoit3/docs/functions/FileFindNextFile.htm
reads for flags:
0 = (default) use @extended to return 1 or 0 if search item is a directory.
To me that is unclear and had to dig deeply into my stubborn script to iron it out. It looks as if 1 will be returned by default, but 0 if the search is a directory. However, it returns 1 if the search item is a directory...
Please rephrase this for improved clearity to something like
0 = (default) use @extended to return 1 if the item is a directory, 0 if it's not
Attachments (0)
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.
Note: See
TracTickets for help on using
tickets.