I have a string:
vb.net Code:
  1. Dim strPath as string = "C:\abc\INV042.PDF"

How do I cut the string so that I only have "INV042.PDF"?