PhpStorm 2016.1 Help

Creating Directories

PhpStorm enables you to create directories recursively, thus producing a whole directory structure.

  1. Open the Project tool window (e.g. View | Tool Windows | Project).
  2. Select the destination directory.
  3. Do one of the following:
    • Select File | New | Directory.
    • Select New | Directory from the context menu.
    • Press Alt+Insert and select Directory.
    web_ide_create_new_directories
  4. In the dialog that opens, specify the directory name. If you want to create a number of nested directories, specify the directory names separated with slashes.
    wi_new_directory

See Also

Last modified: 12 July 2016