Modify ↓
Opened 13 years ago
Closed 13 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)
Note:
See TracTickets
for help on using tickets.
