File names

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shaiful
    New Member
    • Oct 2007
    • 89

    File names

    Hi all, I want to store all file names in a string array from particular directory? such as : str(1)=C:\test\ a.doc
    st(2)=c:\test\b .doc
    st(3)=c:\test\c .doc
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    So what is the problem ?

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      Place a "FileListBo x" control on the Form, Change its Path, Refresh it, Loop through all the List Items in the FileListBox and populate the Array.

      Regards
      Veena

      Comment

      Working...