Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wildcards
Message
De
05/02/1999 20:44:25
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00184614
Message ID:
00184616
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform