Returns true if a directory exists at path.
path
static bool dirExists(String path) => Directory(path).existsSync();