Hello,
I have an application running on terminal server. I would like to create a database to the default user folder. Can someone provide an example to get the user folder?
Thank you,
Hello,
I have an application running on terminal server. I would like to create a database to the default user folder. Can someone provide an example to get the user folder?
Thank you,
cAppPath := cFilePath( GetModuleFileName( GetInstance( ) ) )
Regards,
Otto
sHomeDirectory := GetEnv( "HOME" )