Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
w3c-nant
IFileInfo
.
.
::
.
.
Exists Property
IFileInfo Interface
See Also
Send Feedback
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
Syntax
C#
bool
Exists
{
get
; }
Visual Basic
ReadOnly
Property
Exists
As
Boolean
Get
Visual C++
property
bool
Exists
{
bool
get
(); }
See Also
IFileInfo Interface
W3CValidationTasks.Core Namespace