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 , 16 years ago
| Milestone: | → 3.3.3.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5469] in version: 3.3.3.0