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)
follow-up: 3 comment:1 by , on Mar 17, 2014 at 8:23:13 AM
comment:3 by , 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 , on Mar 17, 2014 at 8:43:08 PM
I have added a note, but quite frankly I agree with M23.
comment:5 by , on Mar 17, 2014 at 8:43:25 PM
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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