new()Suggest Editsdirectory.new(dir_name) Create a new directory and update directory list. 👍Available from project objectUsage example: project.directory.new(name) Pythonfrom diffgram import Project project_literal = Project() # TODO add auth dataset = project_literal.directory.new(name="desired_name") print(dataset) Updated almost 5 years ago Did this page help you?YesNoCopy PageTable of Contents directory.new(dir_name)