Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 3866)

Ticket Resolution Summary Owner Reporter
#3979 Fixed APIShellExConstants.au3 : missing entry concerning FOLDERID_Desktop cyberyeye@…
Description

For a project I had to use FOLDERID_Documents I was suprised that this variable was missing from : APIShellExConstants.au3

So I have edited : APIShellExConstants.au3 to add below line 623 :

Global Const $FOLDERID_Documents = '{FDD39AD0-238F-46AF-ADB4-6C85480369C7}'

and of course it's works as expected (perfectly without any other modification !)

https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid?redirectedfrom=MSDN

say:

FOLDERID_Documents
GUID 	{FDD39AD0-238F-46AF-ADB4-6C85480369C7}
Display Name 	Documents
Folder Type 	PERUSER
Default Path 	%USERPROFILE%\Documents
CSIDL Equivalents 	CSIDL_MYDOCUMENTS, CSIDL_PERSONAL
Legacy Display Name 	My Documents
Legacy Default Path 	%USERPROFILE%\My Documents

This quick "fix" allow to do, example:

Local $Dst = "C:\Temp\Documents"
_WinAPI_ShellSetKnownFolderPath($FOLDERID_Documents, $Set_Dst, 0, 0)

Is this quick "fix" could being added to the next AutoIT version ? Regards

#2798 Works For Me AU3Check - checking for multiple use #include-once mLipok
Description

Please add to AU3Check new feature which check if in a au3 file was used #include-once directive more then once.

Discusion: http://www.autoitscript.com/forum/topic/162787-unknown-function-name-unexpected-error/

#491 Wont Fix AU3Check and spaces in if statement Valik monoceres
Description

Very minor bug, but still a bug. AU3Check doesn't recognize this as wrong syntax

If 1=1Then Exit

Told you it was minor ;)

Note: See TracQuery for help on using queries.