﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1358	FileCreateNTFSLink Example has mixed up Parameters	anonym	Jpm	"In section ""Examples"" of FileCreateNTFSLink
are parameters ""source"", ""hardlink""  mixed up.

Fails:
{{{
MsgBox(0,""Hardlink"", FileCreateNTFSLink(""dir\test.log"", ""test.txt"",1))
}}}
Success:
{{{
MsgBox(0,""Hardlink"", FileCreateNTFSLink(""test.txt"",""dir\test.log"", 1))
}}}"	Bug	closed	3.3.3.0	AutoIt	3.3.0.0	None	Fixed		
