mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-30 17:05:37 +08:00
comment remark.
This commit is contained in:
parent
42364bbdc4
commit
90564a52a8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user