







Returns true/false if a path is absolute or not.
Namespace:
Moxiecode.Manager.Utils
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static bool IsAbsolutePath( string path ) |
Visual Basic (Declaration) |
---|
Public Shared Function IsAbsolutePath ( _ path As String _ ) As Boolean |
Visual C++ |
---|
public: static bool IsAbsolutePath( String^ path ) |
Parameters
- path
- Type: System..::.String
Path to check if it's absolute or no.