Field ShellToGuid
Provides a mapping between shell folder identifiers and their corresponding GUIDs.
public static readonly Dictionary<string, Func<Guid>> ShellToGuid
Returns
- Dictionary<string, Func<Guid>>
- Provides a mapping between shell folder identifiers and their corresponding GUIDs.
Remarks
This dictionary maps well-known shell folder paths, represented as strings, to functions that return their corresponding Guid values. The keys are case-insensitive and use the format "shell:{FolderName}", where {FolderName} corresponds to a specific shell folder (e.g., "shell:Documents"). The GUIDs returned by the functions correspond to the identifiers of the respective shell folders as defined in the MswKnownFolders class. This mapping can be used to resolve shell folder paths to their GUIDs for various system operations.