From: "Garrett Hylltun"
Does anyone know how to extract a file name and extension from a full path, such as from "answer file" ?

Here's what I use in WikiRev:

put it into curFileName
set the itemDelimiter to "/"
put the last item of curFileName into shortCurFileName
put item 1 to -2 of curFileName into curFilePath

---- Jerry Muelver
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to