From e7647209522878bba273786bc18505b5dbf7b73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Mon, 29 Jul 2024 19:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E6=95=B0=E6=8D=AE=E6=94=BE?= =?UTF-8?q?=E5=88=B0=E4=B8=B4=E6=97=B6=E7=9B=AE=E5=BD=95=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E6=8F=90=E5=89=8D=E5=88=9B=E5=BB=BA=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XCode/Cache/DataCache.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/XCode/Cache/DataCache.cs b/XCode/Cache/DataCache.cs index 0eaf8f5af..0ec0aaf9c 100644 --- a/XCode/Cache/DataCache.cs +++ b/XCode/Cache/DataCache.cs @@ -33,6 +33,7 @@ private static DataCache Load() { try { + file.EnsureDirectory(true); File.Move(old, file); } catch