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