Skip to content

Commit 2f05eae

Browse files
authored
Add docs to explain how to create an empty folder. (#75)
1 parent b03d637 commit 2f05eae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/commands.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ will create it for you. You can use what I call [user friendly path](references/
7373

7474
`folder/file.py`
7575

76-
If `folder` does not exists, then it will create it for you.
76+
If `folder` does not exists, then it will create it for you.
7777
If `file.py` exists, it will open it, otherwise it will create it, and then open it.
7878

79+
Note: To create an empty folder, append `/` at the end of name. Otherwise, it will create only file.
80+
for folder - `folder/`
81+
for file - `file.py` or `folder/file.py`
82+
7983
### With a shortcut `alt+n`
8084

8185
![FileManager::create from shortcut](/imgs/relative.gif)

0 commit comments

Comments
 (0)