Doing some rework on SysFileTree to clean it up and reduce the amount of platform-specific code. There are a couple of changes I think need to be made.
First, the question of long file names. Unfortunately, because people might be using positional parsing on the returned string, just unilaterally increasing the size doesn't really work. It's fairly trivial to add an option to request the longer length. I'm using "Z" for now, unless there's a better suggestion. Secondly, the unix version of SysFileTree requires a specific option for caseless searches. However, the Mac normally uses a caseless file system. I'm thinking the default for the Mac should be caseless too. Rick
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel