ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
GetPathFromSpecialFolder Function

Use this function to get the path of a special folder (TJamShellFolder).

Syntax
Pascal
function GetPathFromSpecialFolder(folder: TJamShellFolder): UnicodeString;

The full path of the given TJamShellFolder.

The next line will get the absolute ItemIdList of the "My Documents" folder:

MyDocuments := GetPathFromSpecialFolder(SF_PERSONAL);
Copyright (c) 2011. All rights reserved.