Modify ↓
Opened 12 years ago
Closed 11 years ago
#2266 closed Feature Request (Rejected)
FileFindNextFile - expanded attribute info in @extended
Reported by: | Melba23 | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
At present FileFindNextFile sets @extended to 1 if the return is a folder. Could this behaviour be extended to give more attribute information? @extended could have its bits set along these lines:
1 2 4 8 16 etc
D R H S A
I realise this would be script-breaking in that it would require a BitAND(@extended) rather then a simple If @extended to detect folders, but in my opinion the advantage of not having to use a subsequent FileGetAttrib command outweigh that.
Attachments (0)
Change History (1)
comment:1 Changed 11 years ago by Jon
- Resolution set to Rejected
- 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.