Noticed it when trying to convert a read-only BYAML; it just crashes when I want to convert it to XML. https://github.com/Chadderz121/yamlconv/blob/master/Program.cs#L31 Append `FileAccess.Read, FileShare.Read` pls?
Noticed it when trying to convert a read-only BYAML; it just crashes when I want to convert it to XML.
https://github.com/Chadderz121/yamlconv/blob/master/Program.cs#L31
Append
FileAccess.Read, FileShare.Readpls?