JCL Help:GetSpecialFolderLocation

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns special folder location path.


Pascal

 function GetSpecialFolderLocation(const FolderID: Integer): string;


Parameters

Parameters Description
const FolderID: Integer Special folder ID to locate. One of the CSIDL_XXX constants must be specified here (see ShlObj.pas for the full list).


Return Value

If the function succeeds the result is the location path of the special folder. Otherwise the result is an empty string.


Description

The GetSpecialFolderLocation function returns the location path of the special folder specified.


See Also

OpenSpecialFolder


About

Unit

JclShell


Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page