Returns the file name portion of the specified path.
path
static String fileName(String path) => p.basename(path);