Returns the directory portion of the specified path.
path
static String directory(String path) => p.dirname(path);