RubyMine 2016.1 Help

Creating Directories

RubyMine 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.
  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.
    rm_createDirectory

See Also

Last modified: 21 July 2016