update doc/*/scripting/builtins/libfile.md

This commit is contained in:
MihailRis 2025-03-17 23:18:44 +03:00
parent a086b726c6
commit 35ce256c50
2 changed files with 12 additions and 0 deletions

View File

@ -133,6 +133,12 @@ file.unmount(entry_point: str) --> str
Unmounts the entry point.
```lua
file.create_zip(directory: str, output_file: str) --> str
```
Creates a ZIP archive from the contents of the specified directory.
```lua
file.name(path: str) --> str
```

View File

@ -133,6 +133,12 @@ file.unmount(точкахода: str) --> str
Размонтирует точку входа.
```lua
file.create_zip(директория: str, выходной_файл: str) --> str
```
Создаёт ZIP-архив из содержимого указанной директории.
```lua
file.name(путь: str) --> str
```