mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
comment remark.
This commit is contained in:
parent
42364bbdc4
commit
90564a52a8
@ -48,8 +48,10 @@ namespace GARbro.GUI
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// WARNING: path to file should be relative, ArchiveFormat.CreatePath strips drive/root specification.
|
||||
/// </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)
|
||||
{
|
||||
if (create_path)
|
||||
|
Loading…
Reference in New Issue
Block a user