Modify ↓
Opened 15 years ago
Closed 15 years ago
#1419 closed Feature Request (Rejected)
Directory Management Functions
Reported by: | juergen.hooss@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
Is it possible to include some functions to get a signal when any change in a directory occurred similar to the original Win32 functions: FindFirstChangeNotification, FindNextChangeNotification, FindCloseChangeNotification, ReadDirectoryChangesW.
For a new application I need the name of the latest file in a directory with a large number of files (>10000).
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Valik
- 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.
Err, you do realize you can access the Windows API from AutoIt, right?