Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving a file in a folder which doesn't exist doesn't create a new folder #1080

Open
zerefwayne opened this issue Apr 10, 2021 · 0 comments
Open
Labels
backend Concerning the julia server and runtime good first issue Good for newcomers

Comments

@zerefwayne
Copy link
Contributor

zerefwayne commented Apr 10, 2021

I was trying to save a Pluto notebook in a path that doesn't exist. This is how the directory looked before:

image

Now I wanted to create a new submission sub-directory inside the julia directory and save the file there.

image

However, neither a new directory was created nor I got any errors. Ee can create the directories just like mkdir -p does in linux. This feature is also supported by the GitHub web dashboard while adding a new file. So I think it will be a good addition here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning the julia server and runtime good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants