Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extract a name in a FOLDER path
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01473077
Message ID:
01473080
Vues:
52
>Hi all,
>
>
>i have "c:\amline\data1" and i want "data1"
>i have "c:\amline\test\data1" and i want "data1"
>
>how can i do ?
cName = "c:\amline\data1"
? JUSTSTEM(cName)

cName = "c:\amline\Test\data1"
? JUSTSTEM(cName)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform