Creates a directory at the specified path (The directory's name is the last is that path).
Future<Directory> create(String path) async => await createDirectory(path.replaceSeparator());