Changes between Initial Version and Version 3 of Ticket #3979
- Timestamp:
- 11/08/23 00:09:27 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3979
- Property Status changed from new to closed
- Property Version changed from 3.3.16.1 to
- Property Resolution changed from to Fixed
-
Ticket #3979 – Description
initial v3 3 3 So I have edited : APIShellExConstants.au3 to add '''below line 623''' : 4 4 5 {{{ 5 {{{#!autoit 6 6 Global Const $FOLDERID_Documents = '{FDD39AD0-238F-46AF-ADB4-6C85480369C7}' 7 7 }}} … … 26 26 This quick "fix" allow to do, example: 27 27 28 {{{ 28 {{{#!autoit 29 29 Local $Dst = "C:\Temp\Documents" 30 30 _WinAPI_ShellSetKnownFolderPath($FOLDERID_Documents, $Set_Dst, 0, 0)