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 is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
