Hi 
I would like to copy a default configuration file from the project directory 
to its natural place...but I do not succeed.
--------
 IF NOT Exist(User.Home &/ ".config/gambas" &/ Application.Name & ".conf") 
THEN
   COPY Application.Name & ".conf " TO User.Home &/ ".config/gambas " &/ 
Application.Name & ".conf "
 ENDIF 
---------

Which path has Application.Name & ".conf "  stored into the project dir. ?

I remember having read something on the argument, but I can not find it again.

Thanks
Pino

-- 
Key ID: 0xF6768208 
Key fingerprint = B16D 0A7C 5B29 A334 CE6A  71F6 EAF8 3D88 F676 8208
Key server: hkp://wwwkeys.eu.pgp.net

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to