How to create directories in emacs

Things I learn and use from emacs, posted here as I learn about them. Note that everything posted here is using emacs 26.3 on windows 10. First off, how to make a new directory. Reference from: https://stackoverflow.com/questions/155507/how-do-i-create-a-directory-from-within-emacs To create the directory dir/to/create, type: M-x make-directory RET dir/to/create RET To create directories dir/parent1/node and dir/parent2/node, type: …