Class Path
- Namespace
- CJson
- Assembly
- CJson.dll
For file path related operations, use this class object.
public class Path
- Inheritance
-
Path
- Inherited Members
Constructors
Path(params string[])
Constructor for object creation.
Please provide absolute path for this operation.
public Path(params string[] filePath)
Parameters
filePath
string[]
Properties
ToString
Get the string value of the path
public string ToString { get; }
Property Value
Methods
IsAbsolutePath(string)
Returns true if the path is absolute, else false.
This method is not tested in IOS. For bug report, refer to the github
public static bool IsAbsolutePath(string filePath)
Parameters
filePath
stringTest path
Returns
- bool
true if path is absolute, else false in boolean