-
Loading a directory path to IPC
What is the approach to load a directory into a IPC Handle? It is system “cd /my/directory/f1” normally, but if i want that loaded into my h:hopen, I assume i have to do the system cd equivalent and pass to the handle?
so…
h:hopen 5000h( system “cd /my/directory”)
Note/ Applicable to Question 3.1 of Advanced capstone
Log in to reply.