From 6d5091e4551b82ae26d182641cedab5c2f4abb38 Mon Sep 17 00:00:00 2001 From: Chiharu Shibata Date: Sat, 22 Aug 2015 00:24:11 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E5=BC=95=E6=95=B0=E3=81=A7=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E5=90=8D=E3=82=92=E7=9B=B8=E5=AF=BE=E3=83=91?= =?UTF-8?q?=E3=82=B9=E3=81=A7=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8B=E3=81=A8?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=8C=E7=99=BA=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MarkDownSharpEditor/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarkDownSharpEditor/Form1.cs b/MarkDownSharpEditor/Form1.cs index d175537..47f2b57 100644 --- a/MarkDownSharpEditor/Form1.cs +++ b/MarkDownSharpEditor/Form1.cs @@ -236,7 +236,7 @@ private void Form1_Shown(object sender, EventArgs e) { if (File.Exists(cmds[i]) == true) { - FileArray.Add(cmds[i]); + FileArray.Add(Path.GetFullPath(cmds[i])); } }