Click or drag to resize

WindowsUtilitiesGetProfilesDirectory Method

Gets the path to the root directory where user profiles are stored.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetProfilesDirectory(
	bool throwOnError = true
)

Parameters

throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: String
The path to the profiles directory.
See Also