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