﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2054	DirCreate incorrectly reports success when path is longer than 255 chars	wraithdu		"DirCreate returns 1 (success) when the path is longer than 255 characters. However the path created is truncated to 255 characters, thus creating some unknown shortened path. This occurs even using correct unicode long path notation:

{{{
\\?\C:\some\really\long\path
or
\\?\UNC\server\share\some\really\long\path
}}}

DirCreate should either return 0 (failure) when a normal path is given that is longer that 255 characters, or it needs to actually create the correct extra long path when proper unicode long path notation is used.

See http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx for reference."	Bug	closed		AutoIt	3.3.7.21	None	Rejected	DirCreate	
