﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3816	Improvement of the example in the help of the function _WinAPI_ReadDirectoryChanges	domenic.laritz@…	Jpm	"The example in the help for the _WinAPI_ReadDirectoryChanges function contains the following line of code:
{{{
DirRemove($g_sPath, 1)
}}}
Since all [https://www.autoitscript.com/wiki/Best_coding_practices#Magic_Numbers ""magic"" numbers should be avoided] if possible, the use of ""$DIR_REMOVE"" would be better than ""1"".
But this then implies the inclusion of the file AutoItConstants.au3 (see also the [https://www.autoitscript.com/autoit3/docs/functions/DirRemove.htm documentation of the function DirRemove])."	Feature Request	closed	3.3.15.4	Documentation		None	Completed		
