Retrieves basename from a string path
static String getPathBaseName(String path) { return p.basename(path); }