Hi All, I'm using CR10/Oracle database and trying to extract the last part of a string that looks something like this --
C:\Documents and Settings\bha\My Documents\Problem Management\FINAL\2763213 AIG Europe AIU PARSEXC2 FailedArray.pdf
I need to get everything after the last "\" (basically the file name).
The path can change, so there is no consistency with the number of "\" that are found.
Any help would be greatly appreciated! Thanks!
C:\Documents and Settings\bha\My Documents\Problem Management\FINAL\2763213 AIG Europe AIU PARSEXC2 FailedArray.pdf
I need to get everything after the last "\" (basically the file name).
The path can change, so there is no consistency with the number of "\" that are found.
Any help would be greatly appreciated! Thanks!