Emilua API Reference filesystem current_working_directory For the latest stable version, please use Emilua API 0.10! filesystem.current_working_directory Synopsis local fs = require "filesystem" fs.current_working_directory() -> fs.path (1) fs.current_working_directory(p: fs.path|file_descriptor) (2) 1 Get the current working directory. 2 Set the current working directory. Description Get or set the current working directory for the calling process. Only the master VM is allowed to change the current working directory. proximate chroot