Method IsPathRemote
IsPathRemote(string)
Check to see if a path is remote or not.
Declaration
public static bool IsPathRemote(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to check. |
Returns
Type | Description |
---|---|
bool | Returns true if path is remote. |