Le 04/02/2015 01:30, martin p cristia a écrit :
> In the 8th tab of the Make Installation package, you can add Extra files;
> how to obtain the end-user home folder?
>
> I want to install my program in the usual folder, i.e.:
>
> /home/joe/.myprogram
>
> $home/.myprogram dont work.
>
> tnx
>
> -- S
The environment variable for the user's home folder is not "$home", but
"$HOME".
Maybe also try "~/.myprogram".
Lee
__
"Artificial Intelligence is no match for natural stupidity."
On 02/03/2015 07:30 PM, martin p cristia wrote:
> In the 8th tab of the Make Installation package, you ca
In the 8th tab of the Make Installation package, you can add Extra files;
how to obtain the end-user home folder?
I want to install my program in the usual folder, i.e.:
/home/joe/.myprogram
$home/.myprogram dont work.
tnx
-- Saludos Ing. Martin P Cristia
-