|
-
Feb 10th, 2001, 10:20 AM
#1
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.
-
Feb 11th, 2001, 01:58 AM
#2
PowerPoster
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.
-
Feb 11th, 2001, 12:32 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|