Message
 
 
To
30/11/2006 15:56:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01173721
Message ID:
01173872
Views:
17
>No, this is valid, but if you have
>m.tcExt = [*]
>You will get all the files that have m.lcCheck in their names AND extension.
>But if you have this:
>
>IF ADIR(laFiles, m.HomeImg + "*G*.J*") >=1
>
>You will get all the files that will have [G] in their names and their extension begins with [J]
>If you have this:
>
>IF ADIR(laFiles, m.HomeImg + "*G*.*J*") >=1
>
>You will get all the files that will have [G] in their names and their extension have [J] somewhere.
>(again all of these cases are not properly tested).

I think I'm going crazy with this. I just tried w-e4s5 and it returns

K-NK1648PS.JPG

My last search was on E4 portion, but I do not see E4 in this. What's going on?

I was searching adir(laFiles, "t:\jpg\*E4*.jpg").

Why do I have this strange file returned?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View