Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 643 Bytes

File metadata and controls

37 lines (20 loc) · 643 Bytes

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

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