Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

Path property

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJSpecialFolderInfo

Applies to: ~>2.0

property Path: string;

Description

The Path property stores the directory of the special folder currently specified in FolderID.

If the folder is virtual then it is not in the file system and the Path property is set to the empty string. Use the IsVirtual property to check whether a folder is virtual or physical.

Path is set to the empty string if the special folder is not supported by the operating system (see IsSupported).