Hi Michael, Perhaps you are referring to the Rexx GCI package which can be obtained from http://sourceforge.net/projects/rexx-gci/ . The GCI package is used to access the Windows APIs. I used it to do colored text in a console window. It is, however, only available for 32 bit (oo)Rexx . HTH,
On 7/8/2015 5:34 AM, Michael Lueck wrote: > Greetings again, > > Michael Lueck wrote: >> I suspect this is what the qualify method of the Stream class is doing: >> https://msdn.microsoft.com/en-us/library/windows/desktop/aa364963%28v=vs.85%29.aspx >> >> "GetFullPathName does not convert the specified file name, lpFileName. If >> the specified file name exists, you can use GetLongPathName or >> GetShortPathName to convert to long or short path names, >> respectively." > > I recalled some Rexx project with aim to bridge over to the vast majority of > DLL API's without having to special develop/compile an interface in a Rexx > DLL to said DLL API. Perhaps that would be a > more convenient way to obtain access to GetLongPathName and GetShortPathName > Windows API's. > > Can someone recall what project it is that came to mind? > > I am thankful, > -- Gil Barmwater -- Gil Barmwater ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
