Re: [Gambas-user] Access to an specific directory.

2009-04-08 Thread Richard
On Wednesday 08 April 2009 22:19:02 agrgal wrote: > Any quick way to get the user directory programatically? Try User.Home. That should get it for you as in: Dim my_dir AS String my_dir = User.Home -- This SF.net email

[Gambas-user] Access to an specific directory.

2009-04-08 Thread agrgal
Any quick way to get the user directory programatically? -- View this message in context: http://www.nabble.com/Access-to-an-specific-directory.-tp22959798p22959798.html Sent from the gambas-user mailing list archive at Nabble.com. --