in reply to globing files with spaces problem.
More an early morning thought than anything else, but would a solution using opendir(), looping through entries using readdir() looking for the files you need, then closedir(), (such as the example given in the documentation for the readdir() function) resolve the issue?
Just a thought-hope it might help, and would love to hear when you get it solved.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: globing files with spaces problem.
by Nabuku (Initiate) on Aug 10, 2002 at 20:17 UTC |