Search Results for

    Show / Hide Table of Contents

    Enum FileAttributes

    Provides attributes for files and directories.

    Namespace: System.IO
    Assembly: System.IO.FileSystem.dll
    Syntax
    [Flags]
    public enum FileAttributes

    Fields

    Name Description
    Archive

    This file is marked to be included in incremental backup operation.

    Directory

    The file is a directory.

    Hidden

    The file is hidden, and thus is not included in an ordinary directory listing.

    ReadOnly

    The file is read-only.

    System

    The file is a system file. That is, the file is part of the operating system or is used exclusively by the operating system.

    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX