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 WeaponX, 18 years ago

You shouldn't even need that:

FileInstall("sourcefile.ext", $DestLocation)

comment:2 by TicketCleanup, 18 years ago

Version: 3.2.10.0

Automatic ticket cleanup.

comment:3 by Valik, 18 years ago

Milestone: 3.2.13.4
Owner: set to Valik
Resolution: Completed
Status: newclosed

Added in version: 3.2.13.4

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


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