

Creator II
2013-12-04
10:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Trim pAth
Hi
pl guide me how i can remove ABC.qvw file from below mentioned path
Eg.
\\abc0012\K$\Myfolder\App_name\ABC.qvw
Im Looking something like \\abc0012\K$\Myfolder\App_name\
Note:path will be dynamic .
Thanks for any suugestion.
350 Views
1 Solution
Accepted Solutions

Partner - Champion III
2013-12-04
01:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
left(MyPath, index(MyPath,'\',-1))
If you're working with files then you can use the filedir() function to retrieve the path of the directory that contains the file.
talk is cheap, supply exceeds demand
1 Reply

Partner - Champion III
2013-12-04
01:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
left(MyPath, index(MyPath,'\',-1))
If you're working with files then you can use the filedir() function to retrieve the path of the directory that contains the file.
talk is cheap, supply exceeds demand
