added mkdir to readme

This commit is contained in:
2025-08-02 17:11:13 -03:00
parent 359f2838a3
commit b2acb1cb8e

View File

@@ -132,7 +132,8 @@ To ensure security, only a limited set of safe functions are exposed in Lua hook
os.copy(source, target)
os.symlink(source, target)
io.open(path, mode)
path_join(...) -- Safely join path segments
os.mkdir(path, filemode)
path_join(...)
### Note: Dangerous functions like os.execute, os.getenv, etc. are removed.
## 🗃️ Databases