ARexx Current Dir
Ray,
Take a look at ARCALL.REXX in the ARexx library here (don't remember library
number). It will handle current dir. It does it by doing an operation like:
variable = pragma('d'), then using the variable as part of any reference to a
file, like: delete variable || 'filename'.
-larry