geofileops.move#
- geofileops.move(src: str | PathLike[Any], dst: str | PathLike[Any]) None#
Moves the geofile from src to dst.
If the source file is a geofile containing of multiple files (eg. .shp) all files are moved.
- Parameters:
src (PathLike) – the file to move
dst (PathLike) – the location to move the file(s) to