Project: Shell Folders Unit.
Unit: PJShellFolders.
Class: TPJSpecialFolderInfo
Applies to: ~>2.0
property IsVirtual: Boolean;
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).