OSDN Git Service

no message
[passer/Passer2.git] / passer / Program.cs
index 96f1218..d98ef91 100644 (file)
@@ -1382,7 +1382,7 @@ namespace Lugens.Passer
             for (int i = 0; i < lines.Length; i++)
             {
                 string line = lines[i];
-
+                
                 //ドライブが指定されている
                 if (line.Length > 1 && line.Substring(1).StartsWith(@":\"))
                 {
@@ -1397,7 +1397,7 @@ namespace Lugens.Passer
                     }
                     catch(IOException ioe)
                     {
-                        MessageBox.Show(ioe.ToString());
+                        MessageBox.Show(ioe.Message);
                         return ret.ToArray(); ;
                     }
                     if (fileCount == 0)