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)