• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Nov-2020-

READMEH A D23-Nov-2020440 97

dirent.hH A D23-Nov-20202.1 KiB6220

dwarf-debug.cH A D23-Nov-20207.3 KiB278223

popen.cH A D23-Nov-20208.2 KiB358226

utf8.cH A D23-Nov-20204.1 KiB12471

utf8.hH A D23-Nov-20203 KiB8636

uxnt.cH A D23-Nov-202021.7 KiB1,092745

uxnt.hH A D23-Nov-20205.5 KiB177121

README

1The UXNT.LIB library is used SWI-Prolog and XPCE   to make the NT and 95
2filesystem a bit more like the Unix one. It deals with mapping directory
3separators, ensuring there are only single   separators (mapping // to \
4for example) that root-directories of devices   (c:/,  etc.) are handled
5properly, no matter how the name is formed. It also implemends readdir()
6and friends for Unix-compatible access to the directory.
7
8	Regards --- Jan
9