goh-chunlin / onesync

Automatically exported from code.google.com/p/onesync
1 stars 0 forks source link

Unhandled exception with invalid folder path #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When selecting folder to sync, if an invalid folder is chosen, an unexpected 
exception is thrown and crashes the program. An invalid folder could be 
printers or sth like that which is not necessarily a foler. 

it occurs at:
UI.MainWindow
private void btnBrowse_Click(x,x)
tb.Text = fbd.SelectedPath;

Original issue reported on code.google.com by pongpong...@gmail.com on 31 Mar 2010 at 6:23

GoogleCodeExporter commented 8 years ago
it is handled now. 

Original comment by pongpong...@gmail.com on 31 Mar 2010 at 6:54