Show / Hide Table of Contents

Enum FOSFlags

FileOpenSaveDialog.CommonFlags.

[Flags]
public enum FOSFlags : uint

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
AddToRecent

Add the selected file to recent documents. See API SHAddToRecentDocs.

NoDereferenceLinks

Shortcuts should not be treated as their target items, allowing an application to open a .lnk file.

NoValidateAccess

Do not check for situations that would prevent an application from opening the selected file, such as sharing violations or access denied errors.

ShowHidden

Show hidden and system items.

Extension Methods

ExtMisc.HasAny<FOSFlags>(FOSFlags, FOSFlags)
ExtMisc.Has<FOSFlags>(FOSFlags, FOSFlags)
ExtMisc.SetFlag<FOSFlags>(ref FOSFlags, FOSFlags, bool)