Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing Parts of Filename
Message
From
05/03/1999 01:03:53
 
 
To
24/02/1999 23:52:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00191272
Message ID:
00194331
Views:
16
Try

myvar = getfile()

right(myvar,len(myvar)-atc('.',myvar)) && displays the extension
left(myvar,atc('.',myvar)-1) && displays the filename
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform