Monday, January 13, 2025

How to create new folder in far manager

 To create a new folder in Far Manager, follow these steps:

  1. Navigate to the directory where you want to create the new folder using the arrow keys.

  2. Press F7 to open the "Create Directory" dialog.

  3. Enter the name of the new folder in the prompt.

  4. Press Enter to create the folder.

After this, you should see the newly created folder in the current directory. Far Manager allows you to manage files and directories efficiently using its keyboard shortcuts and built-in dialogs.

No comments:

Post a Comment

Tkinter Introduction - Top Widget, Method, Button

First, let's make shure that our tkinter module is working ok with simple  for loop that will spawn 5 instances of blank Tk window .  ...