Files
tldr/pages.ru/windows/mkdir.md
Alexei M a90dfe3cd2 time, date, mkdir, print: add Russian translation (#12584)
* time, date, mkdir, print: add Russian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-19 05:17:53 +05:30

13 lines
468 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mkdir
> Создает каталог или подкаталог в файловой системе.
> Больше информации: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>.
- Создать новый каталог:
`mkdir {{путь\до\папки}}`
- Чтобы создать дерево каталогов в корневом каталоге введите:
`mkdir {{путь\до\под_папки}}`