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.

IsVirtual property

Project: Shell Folders Unit.

Unit: PJShellFolders.

Class: TPJSpecialFolderInfo

Applies to: ~>2.0

property IsVirtual: Boolean;

Description

Use IsVirtual to determine if the current special folder is virtual or not.

When the property is false the special folder specified by FolderID the folder is a physical folder in the file system and the Path property gives its location. When IsVirtual is true then the folder is not physically present in the file system and the Path property is set to the empty string.

IsVirtual is set to false if the special folder is not supported by the operating system (see IsSupported).