Indicates whether or not a path is relative (i.e. does not start with '/').
Namespace: EnterpriseDT.UtilAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
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