Indicates whether or not a path is relative (i.e. does not start with '/').

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

Syntax

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

Parameters

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

Return Value

true if path is relative.

See Also