node-taglib-sharp / Exports / FileAccessMode
Specifies the type of file access operations currently permitted on an instance of File
• Closed = 2
The file is closed for both read and write operations
• Read = 0
Read operations can be performed.
• Write = 1
Read and write operations can be performed