Results 1 to 3 of 3

Thread: FindFirstFile, FindNextFile

  1. #1
    demirc
    Guest
    Using,
    Code:
    Type FILE_PARAMS
       fAttributes As Long
       sFileRoot As String
       sFileNameExt As String
    End Type
    and

    FindFirstFile, FindNextFile,

    Can u pass more than one extension to sFileNameExt at once ? If so how. Tried vbnull but didn't work for me. ( i.e *.txt,*.wri )

    Or passing it to FindFirstFile.

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    I also had the same problem once, but coujld not make it work with two extensions. So I simply called the api two times and stored the results of both the calls in the single array.

  3. #3
    Guest
    I have already tried that, using it now. With some bugs, I have to add.

    But I'm still looking for a yes or no, and if yes than how ?

    That will save me from whole lot of coding.

    Anyone ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width