Enumeration: FileAccessMode

March 10, 2023 · View on GitHub

node-taglib-sharp / Exports / FileAccessMode

Enumeration: FileAccessMode

Specifies the type of file access operations currently permitted on an instance of File

Table of contents

Enumeration Members

  • Closed
  • Read
  • Write

Enumeration Members

Closed

• Closed = 2

The file is closed for both read and write operations


Read

• Read = 0

Read operations can be performed.


Write

• Write = 1

Read and write operations can be performed

Contents

  1. 1Table of contents
  2. 1.1Enumeration Members
  3. 2Enumeration Members
  4. 2.1Closed
  5. 2.2Read
  6. 2.3Write