Question
String split function?
I'm trying to find a string split function but can't seem to
find one.
I'm trying to retrieve just the filename from a path ..... for example:
D:\CFusionMX7\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp40892.tmp
I want to retrieve only the "neotmp40892.tmp" so I can save that to a variable.
I'm trying to retrieve just the filename from a path ..... for example:
D:\CFusionMX7\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp40892.tmp
I want to retrieve only the "neotmp40892.tmp" so I can save that to a variable.
