Modify ↓
Opened 11 years ago
Closed 11 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 follow-up: ↓ 3 Changed 11 years ago by Melba23
comment:2 Changed 11 years ago by mlipok
Ok.
I see your point of view.
comment:3 in reply to: ↑ 1 Changed 11 years ago by anonymous
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 Changed 11 years ago by guinness
I have added a note, but quite frankly I agree with M23.
comment:5 Changed 11 years ago by guinness
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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