Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the Function to Get Path
Message
From
17/03/2013 11:22:25
 
 
To
17/03/2013 11:03:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01568645
Message ID:
01568647
Views:
60
Thanks Sir


>>I want to get the path as "\Data\ABC\XYZ\123.ps" From "E:\Data\ABC\XYZ\123.ps". What is the function to get so ?
>
>
STRTRAN(x, JUSTDRIVE(x), SPACE(0))
>
>If you always know x will be preceded by the "X:" drive sequence:
>
SUBSTR(x, 3)
Harsh
Previous
Reply
Map
View

Click here to load this message in the networking platform