Skip to content

Instantly share code, notes, and snippets.

@jlfaucher
jlfaucher / GCI-windows.rex
Created July 12, 2015 01:40
Rexx : using GCI to call GetShortPathName, GetLongPathName in kernel32 (windows)
/*
http://rexx-gci.sourceforge.net/index.html
Tested with Regina, ooRexx.
GCI must be patched to work under win64 (see end of file).
*/
InternalGCI = test_InternalGCI()
if \InternalGCI then do
ExternalGCI = test_ExternalGCI()
if \ ExternalGCI then return
end