local sFilename = Dialog.FileBrowse(true, "Load File", _DesktopFolder, "|", "", "", false, true);
I can only get the path of the selected file....how do I get the name as a string?
Regards
Ron
I can only get the path of the selected file....how do I get the name as a string?
Regards
Ron
Comment