Modify

#2678 closed Feature Request (Fixed)

_FileListToArray() - $iFlag constatns

Reported by: mlipok Owned by:
Milestone: Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

There is no info about where are defined this constants:

    $FLTA_FILESFOLDERS (0) = (Default) Return both files and folders
    $FLTA_FILES (1) = Return files only
    $FLTA_FOLDERS (2) = Return Folders only

Pleas add appropriate information.

Attachments (0)

Change History (5)

comment:1 by Melba23, on Mar 17, 2014 at 8:23:13 AM

The constants for both _FileListToArray & _FileListToArrayRec are in FileConstants.au3. This is included automatically with File.au3 without which the functions do not work at all. The constants are not used elsewhere, so do we really need document their location?

M23

comment:2 by mlipok, on Mar 17, 2014 at 8:53:46 AM

Ok.
I see your point of view.

in reply to:  1 comment:3 by anonymous, on Mar 17, 2014 at 6:55:08 PM

I know that I have to use these constants. I do not know where they are defined, nor where they are used. Should I search in the documentation? Should I try including some files or searching through these files?

comment:4 by guinness, on Mar 17, 2014 at 8:43:08 PM

I have added a note, but quite frankly I agree with M23.

comment:5 by guinness, on Mar 17, 2014 at 8:43:25 PM

Resolution: Fixed
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.