W7 done done

This commit is contained in:
root
2026-06-15 10:53:36 +00:00
parent f5637bb587
commit 04745f39a8
35 changed files with 323 additions and 60 deletions
@@ -0,0 +1,13 @@
:sig
String process_start_directory()
:params
return value : worker process start directory
:see
>sys
>cwd_get
>cwd_set
:content
Returns the directory captured when the native process started. It remains stable even if `cwd_set()` changes the current working directory.