Posted by starritt on 11/18/05 20:30
I have to create a view where the filename is seperated from the path
to the file. Examples of the data include:
m:\images\big\myimg.jpg
m:\images\medium\myimg.jpg
z:\media\images\highqual\myimg.jpg
Is there a function that will return the position in a string of the
last \ ? With this I can easily use substring or similar to pull and
push this stuff into the fields I want. If this function does not
exist how do I move forward?
Navigation:
[Reply to this message]
|