is_cloud_path#

is_cloud_path(path: Union[str, CloudPath, Path])[source]#

Determine whether the path corresponds to a file stored on the cloud or not.

Parameters:

path (AnyPathStrType) – File path

Returns:

True if the file is store on the cloud.

Return type:

bool