markjamesm / MusicSharp

MusicSharp is a lightweight TUI music player written in C#.
https://markjames.dev/blog/developing-a-cli-music-player-csharp/
GNU General Public License v3.0
57 stars 11 forks source link

Added simple check for File Validity #28

Closed DomDom3333 closed 3 years ago

DomDom3333 commented 3 years ago

Quick and Simple check for file Validity before opening file. Made bool for it, to keep it easy to expand upon, should more things need validating. Left out Error message since I didn't know how you want error messages displayed.