Modify ↓
Opened 16 years ago
Closed 16 years ago
#1419 closed Feature Request (Rejected)
Directory Management Functions
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.

Err, you do realize you can access the Windows API from AutoIt, right?