PathExists Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets a value that indicates whether this known folder's path exists on the computer.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.KnownFolders
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Nullable<bool> PathExists { get; }
Visual Basic (Declaration)
Public ReadOnly Property PathExists As Nullable(Of Boolean)
Visual C++
public:
property Nullable<bool> PathExists {
	Nullable<bool> get ();
}

Field Value

A nullable Boolean value.

Remarks

If this property value is null, the folder is a virtual folder.

See Also