On Thu, Mar 29, 2012 at 8:10 AM, CVBruce <cvbr...@gmail.com> wrote:

>
> Thanks for the reply.  I've looked at the bug, and I see the comment in
> the rexxutil.xml commit, but other than the example doesn't work, I'm still
> clueless as to what is wrong.  Is there a build of the document that I can
> refer to, so that I can understand the changes I need to make?  Or is this
> a Windows only function.
>
>



Bruce, this is a Windows only function, that the documentation did not
clearly mark as a Windows only function.

However, in trunk the function has been added to unix, by Jean-Louise I
think.  So, it should work if you use a build from trunk.

--
Mark Miesfeld



>
>
> Thanks,
>
> Bruce
>
> On Mar 28, 2012, at 10:56 PM, Jean-Louis Faucher wrote:
>
> Hi Bruce
>
> SysFileCopy and SysFileMove for unix are available in trunk only. The doc
> has been fixed in branch 4.1 (bug 3462502).
>
> Jean-Louis
>
> Le 29 mars 2012 05:47, CVBruce <cvbr...@gmail.com> a écrit :
>
>> 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
>> Oorexx-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>>
>
>
> ------------------------------------------------------------------------------
> 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
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
>
>
> ------------------------------------------------------------------------------
> 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
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
------------------------------------------------------------------------------
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
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to