Snip icon indicating copy to clipboard operation
Snip copied to clipboard

Parametrize output path.

Open alewicki opened this issue 6 years ago • 1 comments

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

alewicki avatar Nov 20 '19 21:11 alewicki

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.

dlrudie avatar Mar 03 '20 00:03 dlrudie