Getting the file
name for a full path:
I use a SelectFile
command that lets the user select a PDF file:
SelectFile name="pdffile" filter="*.pdf" title="Select PDF file
" directory="..."
This returns the full file name including the directory, but in my script I
need the file name without directory. What is the best way to do this? |
|