I still struggling a little bit.
Here is a piece of the code:
if SysFileExists(j) & SysIsFileLink(j) then do
If \SysFileDelete(j) then do
Call SysFileCopy i, j
end;
end;
Everything up to the SysFileCopy works just fine. Then I get:
REX0043E: Error 43 running /Users/bjskelly/dir.rex line 28: Routine not found
REX0417E: Error 43.1: Could not find routine "SYSFILECOPY"
I don't understand how SysFileCopy can not be found if the other functions are
found.
I'm running:
Open Object Rexx Version 4.1.1
Build date: Feb 7 2012
Addressing Mode: 64
Suggestions?
Thanks,
Bruce
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users