is_path

Contents

is_path#

is_path(path: Any) bool[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