[Gambas-user] Simple file dialog question

2009-04-06 Thread richard terry
If you select a file using a file dialog and get back dialog.path, is there 
any instant way to ret extract just the file name on the end of a long path 
without having to do any parsing?

thanks

Richard

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Simple file dialog question

2009-04-06 Thread Benoît Minisini
 If you select a file using a file dialog and get back dialog.path, is there
 any instant way to ret extract just the file name on the end of a long path
 without having to do any parsing?

 thanks

 Richard


File.Name(TheLongPath) ?

-- 
Benoît

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user