Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String functions?
Message
From
20/11/2000 16:29:38
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00443839
Message ID:
00443841
Views:
10
>Hi
>
>I have the name of a file, like
>'c:\dir1\subdir1\myfile.scx'
>There is any function that return 'myfile' or 'myfile.scx'?
>TIA

lcFile = 'c:\dir1\subdir1\myfile.scx'
? JustStem(lcFile) && get 'myfile'
? JustFName(lcFile) && get 'myfile.scx'


These are part of the language starting with VFP 6, prior version use FoxTools.fll.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform