WindowsUtilitiesGetProfilesDirectory Method |
Gets the path to the root directory where user profiles are stored.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetProfilesDirectory(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
StringThe path to the profiles directory.
See Also