Gets a value indicating whether the file exists or not.

Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.dll) Version: 1.1.1.40

Collapse imageSyntax

C#
public bool Exists { get; }
Visual Basic
Public ReadOnly Property Exists As Boolean
	Get
Visual C++
public:
virtual property bool Exists {
	bool get () sealed;
}

Implements

IFileInfo..::..Exists

Collapse imageSee Also