SQL Object
 
Syntax
 
SQL.GetUserHomeDir[$][()]
 
Description
Displays the full path name of the default documents folder of the currently logged in user of this computer.
See Also
 
Example
Sub Main()
 
    Debug.Print SQL.GetUserHomeDir   ' C:\Users\Rene Keemink\Documents
 
End Sub