Changes between Initial Version and Version 3 of Ticket #3979


Ignore:
Timestamp:
11/08/23 00:09:27 (13 months ago)
Author:
mLipok
Comment:

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  
    33So I have edited : APIShellExConstants.au3 to add '''below line 623''' :
    44
    5 {{{
     5{{{#!autoit
    66Global Const $FOLDERID_Documents = '{FDD39AD0-238F-46AF-ADB4-6C85480369C7}'
    77}}}
     
    2626This quick "fix" allow to do, example:
    2727
    28 {{{
     28{{{#!autoit
    2929Local $Dst = "C:\Temp\Documents"
    3030_WinAPI_ShellSetKnownFolderPath($FOLDERID_Documents, $Set_Dst, 0, 0)