Hi I have a command that launches an Erlang node (using the run_erl program) and then I connect to it using the to_erl program. After connecting to node, I issue the following command to get the home directory.
init:get_argument(home).
And it returns "/" as the home directory, which, as I know, is definitely invalid. What is the reason for this?
source share