getPolyFnamePath: Get the path of the unzipped polygon directory downloaded from GADM.ORG
Description
Get the path of the unzipped polygon directory downloaded from GADM.ORG. Note the polygons are in ESRI
Shapefile format thus when unzipped create a directory with the name <ctrycode>_adm_shp e.g.
KEN_adm_shp. The directory will contain a number of files including the .shp file.
rgdal::readOGR can read a shapefile polygon when given the directory path. It will
determine which files to read.