Modify

Opened 12 years ago

Closed 12 years ago

#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, 12 years ago

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, 12 years ago

Ok.
I see your point of view.

in reply to:  1 comment:3 by anonymous, 12 years ago

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, 12 years ago

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

comment:5 by guinness, 12 years ago

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.