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(directory: str, output_file: str) --> str
Creates a ZIP archive from the contents of the specified directory.
```lua
file.create_memory_device() --> str
```
Creates a memory file system and returns entry point name. Lives until content unload.
```lua
file.name(path: str) --> str
```