Snip
Snip copied to clipboard
Parametrize output path.
Could you please parametrize output path to allow user change default output in properties/UI (@Application.StartupPath + @"\Snip.txt")? https://github.com/dlrudie/Snip/blob/6af07b45ecaf31111ae0be3b33ba88aa789c7193/Snip/TextHandler.cs#L78
Were you just looking to be able to save the file anywhere you want?
The only way I can see implementing this feature is to allow the user to pick a directory where all the files will be located. Then all of the individual text files, album artwork, metadata, etc. will all end up in the same place.