Is there an alternate to the VS2005Getfiles that will return a string array.
Previoulsy if the directory.getFiles method returned 0 items I would used the ".Filenames" property of a OpenFileDialog box to return my array of names. This still works the same. But now I can share one variable for either process which in my mind they would both use the same internal code to return a listing of files.
Is there a new 2005 Openfiledialog box that returns a collection of strings instead of an array? I tinkered with CType do try to convert the string to a collection but haven't had any success with it.

