PL/SQL equivalent of unix basename command

Does PL/SQL have an equivalent of the unix basename command, which returns
just the filename part of a full file path?

e.g for C:\dir\file.txt

would return

file.txt

??


--
http://www.freelists.org/webpage/oracle-l

Other related posts: