From 90564a52a8f1590940b03b4fdd4b7d8c6c1b60ac Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 4 Apr 2017 19:34:05 +0400 Subject: [PATCH] comment remark. --- GUI/GarOperation.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GUI/GarOperation.cs b/GUI/GarOperation.cs index c37d6d9d..71039629 100644 --- a/GUI/GarOperation.cs +++ b/GUI/GarOperation.cs @@ -48,8 +48,10 @@ namespace GARbro.GUI /// /// Create file . Also create path to file if is true. /// If file aready exists, popup dialog asking for necessary action. - /// WARNING: path to file should be relative, ArchiveFormat.CreatePath strips drive/root specification. /// + /// + /// WARNING: path to file should be relative, ArchiveFormat.CreatePath strips drive/root specification. + /// protected Stream CreateNewFile (string filename, bool create_path = false) { if (create_path)