Modify

#1358 closed Bug (Fixed)

FileCreateNTFSLink Example has mixed up Parameters

Reported by: anonym Owned by: Jpm
Milestone: 3.3.3.0 Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: Cc:

Description

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))

Attachments (0)

Change History (1)

comment:1 by Jpm, on Dec 22, 2009 at 6:10:32 AM

Milestone: 3.3.3.0
Owner: set to Jpm
Resolution: Fixed
Status: newclosed

Fixed by revision [5469] in version: 3.3.3.0

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.