Files the exists.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool FileExists(
	string url
)
Visual Basic
Public Shared Function FileExists ( 
	url As String
) As Boolean
Visual C++
public:
static bool FileExists(
	String^ url
)
F#
static member FileExists : 
        url : string -> bool 

Parameters

url
Type: System..::..String
The URL.

Return Value

Type: Boolean

See Also