Modify ↓
Opened 18 years ago
Closed 18 years ago
#419 closed Feature Request (Completed)
FileInstall - tip for path to source in current directory
| Reported by: | Zedna | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.2.13.4 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Please add this tip into AutoIt helpfile at FileInstall:
Prefixing the source file with ".\" will perform the FileInstall from the current directory.
FileInstall(".\sourcefile.ext", $DestLocation)
So instead of full source path can be used just ".\" and file name
Original source of this tip is here:
http://www.autoitscript.com/forum/index.php?s=&showtopic=55368&view=findpost&p=543731
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
| Milestone: | → 3.2.13.4 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added in version: 3.2.13.4
Note:
See TracTickets
for help on using tickets.

You shouldn't even need that:
FileInstall("sourcefile.ext", $DestLocation)