> > 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 <[email protected]> wrote: > Message: 2 >> Date: Mon, 25 May 2015 18:15:30 -0500 >> From: Brian Jongekryg <[email protected]> >> Subject: Re: [Oorexx-users] Not sure why drive isn't found . . . >> To: Open Object Rexx Users <[email protected]> >> Message-ID: <[email protected]> >> 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-users > >
------------------------------------------------------------------------------
_______________________________________________ Oorexx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-users
