Hi All,
I am designing a FORM which allows the user to select a file from thier local drive.
The result STRING would be something like this:
C:\mydocuments\pics\book1.jpeg
My question is, which is the best function to use to rermove all but the file name so I end up with:
book1.jpeg
Can anyone point me in the right direction.