SublimeText / AdvancedNewFile

File creation plugin for Sublime Text
MIT License
829 stars 93 forks source link

Is there support for just creating a new directory? #143

Closed tam5 closed 8 years ago

tam5 commented 8 years ago

I was wondering if there is support for a command which just creates a new directory. I know that if you create a new file and specify a file path that includes directories that do not yet exist, those directories are created. Thus it would seem much of the functionality already exists, but I have not found a way to create a directory by itself.

Does this feature already exist?

If not I can try to implement.

skuroda commented 8 years ago

If I recall correctly, it should create just the directory structure if you finish the path with / (e.g. ~/Desktop/mynewdir/ as the input string).

tam5 commented 8 years ago

Ah yes thank you that is what I was looking for.