Home > Topic List > How to create a new folder in pycharm

How to create a new folder in pycharm

Four methods are provided for creating new folders in pycharm: File browser: Navigate to the desired location, right-click and select New > Directory. Project view: Right-click the project folder and select New > Directory. Shortcut key: Press ctrl + alt + n (windows/linux) or command + option + n (macos) and select "Directory". Command line: Navigate to the project folder and run the mkdir command followed by the folder name. This topic provides you with relevant articles, downloads, and course content for free.

Related Tutorials More >