Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I find a file name?
Message
 
 
To
15/05/2002 09:23:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00656833
Message ID:
00656836
Views:
9
>Dear all,
>
>It should be an easy one.
>I have a file called "c:\my documents\myfile.xls".
>I need to find the file name proper without extenstions and path, i.e "myfile".
>I am sure there is a function to do that, but forgot where to find it.
>
>Any help?
>
>Thanks in advance
>
>Jonathan
lcFileName = "c:\my documents\myfile.xls"
? JUSTSTEM(lcFileName)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform