>
> say  SysDriveMap()
> the function SysDriveMap is a Windows only call
>

Bertram, by using *.File~listRoots* instead of *SysDriveMap* you won't have
to worry about having to specify the "A:" parameter, and also be portable
across Windows/Unix.

On Sun, May 31, 2015 at 5:15 AM, Bertram Moshier <bertrammosh...@gmail.com>
wrote:

> Message: 2
>> Date: Mon, 25 May 2015 18:15:30 -0500
>> From: Brian Jongekryg <b...@arbin.net>
>> Subject: Re: [Oorexx-users] Not sure why drive isn't found . . .
>> To: Open Object Rexx Users <oorexx-users@lists.sourceforge.net>
>> Message-ID: <5563ad12.5020...@arbin.net>
>> Content-Type: text/plain; charset=windows-1252; format=flowed
>>
>> Did you try using SysDriveMap('A:')? According to the doc, the default
>> is to start from 'C:'.
>>
>
> Hello Brian,
>
> I gave two examples.  In the first one I provided my coding, as
>
> > say  SysDriveMap()
> > C: D: E: F: I: J: M: V: Z:
>
> The second example is from the ooRexx samples, which also only misses B:
>
> I'll RTFM again.
>
> Bert.
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
------------------------------------------------------------------------------
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to