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:
01473081
Vues:
79
This message has been marked as the solution to the initial question of the thread.
* No trailing backslash
JUSTFNAME(lcFolder)
* Possible trailing backslash
JUSTFNAME(RTRIM(lcFolder, "\"))
>
>
>i have "c:\amline\data1" and i want "data1"
>i have "c:\amline\test\data1" and i want "data1"
>
>how can i do ?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform