Chadderz121 / yamlconv

Converts between BYAML and XML
GNU General Public License v2.0
10 stars 5 forks source link

Open input file only with read access #6

Open RayKoopa opened 8 years ago

RayKoopa commented 8 years ago

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?