JuliaPluto/Pluto.jl
Saving a file in a folder which doesn't exist doesn't create a new folder
开放
#1,080 创建于 2021年4月10日
backendgood first issue
仓库指标
- 星标
- (5,295 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
I was trying to save a Pluto notebook in a path that doesn't exist. This is how the directory looked before:

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

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.