Modify ↓
Opened on Feb 8, 2017 at 3:58:25 PM
Closed on Feb 9, 2017 at 6:50:14 AM
#3532 closed Bug (No Bug)
Error on WinAPIShellEx Constants
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.2 | Severity: | None |
| Keywords: | WinAPIShellEx Constants | Cc: |
Description
Hello
It seems that the constants
$SHCNE_RENAMEFOLDER = 0x00020000 and
$SHCNE_UPDATEITEM = 0x00002000
are reversed.
here my try:
Event: 0x00020000 Path: D:\telemedicina\New folderxx
Event: 0x00002000 Path: D:\telemedicina
Event: 0x00002000 Path: D:\telemedicina\New Text Document.txt
The first when I changed the name of folder, the second I think signals this like update of folder, the third is after change the Document.txt
Best regards
John Rossati
Attachments (0)
Change History (2)
comment:2 by , on Feb 9, 2017 at 6:50:14 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I apologize
The constants are Ok.
John Rossati