I’ve got a string input
and i’ve made a function toVVVVPath(string filename) which add’s the path’s folder to the beginning, but that doesn’t deal with absolute paths (e.g. “c:\windows\media\chimes.wav”) as it adds it all together.
is there already a function that does this for me?