Modify ↓
Opened 9 years ago
Closed 9 years ago
#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:1 by , 9 years ago
comment:2 by , 9 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I apologize
The constants are Ok.
John Rossati