Click or drag to resize

ShellBrowserGetDefaultSavePathFromLibrary Method

For a given Windows 7+ library, this function returns the default save path.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public static string GetDefaultSavePathFromLibrary(
	ItemIdList p_AbsoluteItemIdList
)

Parameters

p_AbsoluteItemIdList  ItemIdList
The absolute ItemIdList of the Windows 7 Library

Return Value

String
The default save path for a given Windows 7+ library path, an empty string if the given p_ItemIdList was not a library or an other error occurred.
See Also