For instance, in APL+Win I can execute the Windows GetTempPath function to query the user's temp directory with:
⎕WCALL 'GetTempPath' 128 (128⍴⎕TCNUL) 32 C:\Users\rex\AppData\Local\Temp\How does one do this in Dyalog?
(I am a very experienced APL programmer, but new to Dyalog.)