Modify

Opened 16 years ago

Closed 16 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 Changed 16 years ago by WeaponX

You shouldn't even need that:

FileInstall("sourcefile.ext", $DestLocation)

comment:2 Changed 16 years ago by TicketCleanup

  • Version 3.2.10.0 deleted

Automatic ticket cleanup.

comment:3 Changed 16 years ago by Valik

  • Milestone set to 3.2.13.4
  • Owner set to Valik
  • Resolution set to Completed
  • Status changed from new to closed

Added in version: 3.2.13.4

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.