update docs

This commit is contained in:
MihailRis
2025-11-16 18:56:48 +03:00
parent 1e1fd53209
commit 0d832e5cfd
4 changed files with 31 additions and 0 deletions
+6
View File
@@ -139,6 +139,12 @@ file.create_zip(директория: str, выходной_файл: str) --> s
Создаёт ZIP-архив из содержимого указанной директории.
```lua
file.create_memory_device() --> str
```
Создаёт файловую систему в памяти, возвращает имя точки входа. Удаляется при выгрузке контента.
```lua
file.name(путь: str) --> str
```