That's a time saver, Dav. I could have told you Linux uses the exact same dir command, but that the switches and output format are different than Windows. It's neat to see the QB64 conversions needed to convert that information, which I take means that a SHELL in QB64 will produce the same output format, I would hope, when doing something like SHELL _HIDE "dir *.*>tmp.tmp
So provided the Windows tmp,tmp file appeared in the same format for file names, dates, and file size, and had the same headers, etc. you could rely on one open and read method to extract and parse the info correctly for both platforms. In other words, more is needed than the Windows /b (bare) switch for date and file size info.
As for Mac, it is stated to be POSIX compliant, so I would hope it can be handled the same as Windows for directory output.
Maybe you could make a simple snippet for Fell, who I believe has a Mac and Linux system, and ask him to post the output. If your Windows results match his Linux and Apple results, your golden. That may not even be necessary, but I'd take fact over theory, everyday. (Sorry Bill!).
Pete