Modify

Opened 11 years ago

Closed 11 years ago

#2940 closed Bug (No Bug)

_FileListToArrayRec does not return files having no extension with "*.*" as filter

Reported by: jguinch Owned by:
Milestone: Component: AutoIt
Version: 3.3.12.0 Severity: None
Keywords: Cc:

Description

In a folder with some files that have no extension (for example the hosts file in C:\Windows\System32\drivers\etc), _FileListToArrayRec does not return the same thing than _FileListToArray if I use *.* as filter :

_FileListToArray("C:\Windows\System32\drivers\etc", "*") : returns all files
_FileListToArray("C:\Windows\System32\drivers\etc", "*.*") : returns all files
_FileListToArrayRec("C:\Windows\System32\drivers\etc", "*") : returns all files
_FileListToArrayRec("C:\Windows\System32\drivers\etc", "*.*") : returns only files with extensions

It seems logic that _FileListToArrayRec and _FileListToArray should have the same behaviour with the same filter, no ?

Attachments (0)

Change History (1)

comment:1 by Melba23, 11 years ago

Resolution: No Bug
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.