Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#3603 closed Bug (Fixed)

_FileListToArrayRec does not accept leading dot in path name

Reported by: supersonic Owned by:
Milestone: Component: AutoIt
Version: 3.3.14.3 Severity: None
Keywords: Cc:

Description

Hi,

this:

Local $aTmp = _FileListToArrayRec(@ScriptDir & "\.servicing\SomePath", "*.cmd", 1 + 4 + 8 + 16, 0, 1, 0)

... works in V3.3.12. But in V3.3.14.3 (already maybe in earlier V3.3.14 versions?) it does not.

I would be pleased if this would be fixed soon.

Attachments (0)

Change History (2)

comment:1 Changed 6 years ago by Jpm

  • Resolution set to Fixed
  • Status changed from new to closed

Thanks
It is not related with the dot in the path but and error when using $iReturn with 4 = nohidden
Already fix in the next release

if you don't need 4 just avoid it for the current release

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 ticket will remain with no owner.
Author


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

 
Note: See TracTickets for help on using tickets.