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(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
```