Added FILEOP_FLAGS.FOF_NO_UI

pull/83/head
David Hall 2019-10-23 12:08:40 -06:00
parent 2fc34f963d
commit 457a71d750
1 changed files with 4 additions and 0 deletions

View File

@ -80,7 +80,11 @@ namespace Vanara.PInvoke
/// </summary>
FOF_WANTNUKEWARNING = 0x4000,
/// <summary>Deprecated.</summary>
FOF_NORECURSEREPARSE = 0x8000,
/// <summary>Don't display any UI at all.</summary>
FOF_NO_UI = FOF_SILENT | FOF_NOCONFIRMATION | FOF_NOERRORUI | FOF_NOCONFIRMMKDIR;
/// <summary>
/// Walk into Shell namespace junctions. By default, junctions are not entered. For more information on junctions, see Specifying