[Gambas-user] Access to an specific directory.

Richard richard.j.walker at ...247...
Wed Apr 8 23:25:49 CEST 2009


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





More information about the User mailing list