Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wildcards
Message
 
To
05/02/1999 20:44:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00184614
Message ID:
00184621
Views:
30
Thanks Nancy

But wilcards can also include '?' like "_*.?A?"

One way is to save it as a file in an empty directory and use aDir but it's "crude".

Hope someone has the code to detect for all possible combination =).


>Is it always the filename portion that you are wildcarding?
>
>
cStr = '*' + SUBSTR( cFileName, at('.', cFileName ) )
>IF ATC( cStr, cWildCardStr ) > 0
>  *!* then it's there
>ELSE
>  *!* then it's not
>ENDIF
>
>>Need a way to determine if a filename is a member of a set of wildcards
>>
>>ie
>>sample.dbf is a member of "*.dbf,*.cdx"
>>sample.old is not a member of "*.dbf,*.cdx"
>>
>>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform