wildcard expansion for D args

2012-02-14 Thread Jay Norwood
Below is a code fragment I'm using to expand pathname argv args in some directory processing code. Works pretty well. Basically, I'm allowing expansion of just the basename; so strings like these below are expanded into expDir[] for each matching path in the dirname directory, which is deter

Re: wildcard expansion for D args

2012-02-14 Thread Jay Norwood
So, there are some wildargv C implementations around that can substitue for the argv initializations, which would provide argv expansion before it got to main. Are there any options for argv expansion in the D libraries. I suppose in linux this is all supplied by the shell, but in Windows it