is_remote
Let's find a replacement
def is_remote(
path: typing.Union[pathlib.Path | str]
) - > bool
Let's find a replacement
Parameters
| Name | Type | Description |
|---|---|---|
| path | `typing.Union[pathlib.Path | str]` |
Returns
| Type | Description |
|---|---|
bool | True if the path refers to a remote resource (i.e., its protocol is not 'file'), False otherwise. |