fsprojects / Paket.VisualStudio

Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
MIT License
147 stars 51 forks source link

In case Paket Config folder does not exist (which should be pretty ty… #112

Closed konste closed 8 years ago

konste commented 8 years ago

…pical) create that folder before trying to create a file with AppendText. AppendText creates the file if it is missing, but it blows if even target directory does not exist.

konste commented 8 years ago

Actually my fix only allows to pass this particular place and creates empty file if it is not there, but what happens then I have not tested. Empty file may be unexpected by existing code. Ideally we should be able without that file at all if it is not needed.

forki commented 8 years ago

thx!