Fixed syntax

pull/83/head
David Hall 2019-10-23 13:06:06 -06:00
parent 6fb02a6ad0
commit cd286d7f51
1 changed files with 2 additions and 2 deletions

View File

@ -82,9 +82,9 @@ namespace Vanara.PInvoke
/// <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;
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