Re: ListDir into raw text string ? (General questions)
I would prefer not to have DirItems stucture created/populated at all, as that takes processing time for 26,000 files. I simply want the raw text directory listing that came back from the server put into a string, so that I can populate my own structure based on my own parsing logic.
Is this possible?