Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extract a name in a FOLDER path
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01473077
Message ID:
01473080
Views:
54
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform