comment remark.

This commit is contained in:
morkt 2017-04-04 19:34:05 +04:00
parent 42364bbdc4
commit 90564a52a8

View File

@ -48,8 +48,10 @@ namespace GARbro.GUI
/// <summary> /// <summary>
/// Create file <paramref name="filename"/>. Also create path to file if <paramref name="create_path"/> is true. /// Create file <paramref name="filename"/>. Also create path to file if <paramref name="create_path"/> is true.
/// If file aready exists, popup dialog asking for necessary action. /// If file aready exists, popup dialog asking for necessary action.
/// WARNING: path to file should be relative, ArchiveFormat.CreatePath strips drive/root specification.
/// </summary> /// </summary>
/// <remarks>
/// WARNING: path to file should be relative, ArchiveFormat.CreatePath strips drive/root specification.
/// </remarks>
protected Stream CreateNewFile (string filename, bool create_path = false) protected Stream CreateNewFile (string filename, bool create_path = false)
{ {
if (create_path) if (create_path)