Modify

Opened 16 years ago

Closed 16 years ago

#1358 closed Bug (Fixed)

FileCreateNTFSLink Example has mixed up Parameters

Reported by: anonym Owned by: J-Paul Mesnage
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 J-Paul Mesnage, 16 years ago

Milestone: 3.3.3.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [5469] in version: 3.3.3.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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