Added option to TagOptionSingleton to disable Files.isWritable check

Merged
#34 · Created  · Last updated

Merged pull request

Merged in gravelld/jaudiotagger (pull request #34)

c2c733d·Author: ·Closed by: ·2016-04-26

Description

This change disables the use of the Files.isWritable API when opening or making changes to files.

Files.isWritable was found by me to be unreliable; giving false negatives under certain conditions. For example, when a file is accessed using Samba, and the Samba server uses force-user to allow a guest to modify a file, I found Files.isWritable returned false, despite Windows allowing edits of the file from the same location.

0 attachments

Loading commits...