Retrieves the path to the root directory where user profiles are stored
#include <WinAPIFiles.au3>
_WinAPI_GetProfilesDirectory ( )
Success: | The path to the directory. |
Failure: | Empty string and sets the @error flag to non-zero, call _WinAPI_GetLastError() to get extended error information. |
Search GetProfilesDirectory in MSDN Library.