Modify ↓
Opened 8 years ago
Closed 8 years ago
#3532 closed Bug (No Bug)
Error on WinAPIShellEx Constants
Reported by: | rossati@… | 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 Changed 8 years ago by rossati@…
comment:2 Changed 8 years ago by Jpm
- Resolution set to No Bug
- 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.
I apologize
The constants are Ok.
John Rossati