KnownFolders.GetDefaultPath

Gets the default path to the specified known folder. This does not require the folder to be existent.

public static string GetDefaultPath(KnownFolder knownFolder,
	bool defaultUser)

Return Value

The current (and possibly redirected) path of the known folder.

Parameters

knownFolder
The known folder which default path will be returned.

defaultUser
Specifies if the paths of the default user (user profile template) will be used. This requires administrative rights.

Exceptions

**System.Runtime.InteropServices.ExternalException**
Thrown if the path could not be retrieved.

Overloads:


See also:

Class KnownFolders

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic