Indicates whether or not a path is absolute (i.e. starts with '/').
Namespace: EnterpriseDT.UtilAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public static bool IsAbsolute( char separator, string path ) |
| Visual Basic |
|---|
Public Shared Function IsAbsolute ( _ separator As Char, _ path As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsAbsolute( wchar_t separator, String^ path ) |