GetOpenFile

Posted by Mark Kimball on February 08, 20012

I'm trying to use multi-select option of the Windows function GetOpenFileName. I understand the returned file names are in a string of characters (in the OpenFileName structure) separated my Chr(0), with an extra Chr(0) at the end to indicate the end of the list. What I don't know how to do is process this string of characters. Has anyone used this

Related articles

       

Follow Ups