Link to home
Start Free TrialLog in
Avatar of esoftbg
esoftbgFlag for Bulgaria

asked on

Get the full path of an Application when it is started through a LAN

[code]
var
  PathExe: string;
begin
  PathExe := ExtractFilePath(Application.ExeName);
[/code]
//.....................................................................

I have no problem when the Application is ran on a Local Computer to get its path ....
But I need to get the full pat when I start the Application through a LAN.
Thanks !
Emil.
ASKER CERTIFIED SOLUTION
Avatar of sun4sunday
sun4sunday
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial