06-16-2014 09:38 AM
I need to build a string that points to the Windows folder for the current user.
Can TestStand Engine determine the Windows current user directory at runtime?
Solved! Go to Solution.
06-17-2014 09:47 AM
There is probably a win32 sdk function you can call from the dll adapter which could do that. I think SHGetFolderPath() has the functionality you are looking for. Look on the microsoft developer's network website for more details on this function.
Hope this helps,
-Doug