L
Luigi
Hi all,
how can I obtain only the filename with this snippet:
OpenFileDialog dialog = new OpenFileDialog();
string fileName = dialog.FileName;
without the path (C:\etc....)?
Thanks.
how can I obtain only the filename with this snippet:
OpenFileDialog dialog = new OpenFileDialog();
string fileName = dialog.FileName;
without the path (C:\etc....)?
Thanks.