Indicates whether or not a path is absolute (i.e. starts with '/').

Namespace: EnterpriseDT.Util
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public static bool IsAbsolute(
	string path
)
Visual Basic
Public Shared Function IsAbsolute ( _
	path As String _
) As Boolean
Visual C++
public:
static bool IsAbsolute(
	String^ path
)

Parameters

path
Type: System..::..String
Path to check

Return Value

true if path is absolute

See Also