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)
follow-up: 3 comment:1 by , 12 years ago
comment:3 by , 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:5 by , 12 years ago
| 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