Modify

Opened 3 weeks ago

Closed 2 weeks ago

#4047 closed Bug (Fixed)

Manual: Improve phrasing for @extended in FileFindNext

Reported by: hifi55 Owned by: Jpm
Milestone: 3.3.19.0 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)

Change History (1)

comment:1 Changed 2 weeks ago by Jpm

  • Milestone set to 3.3.19.0
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [13166] in version: 3.3.19.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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.