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 |
---|---|
Boolean | Returns true if path is remote. |