In my Application (with MVC-pattern) I display the content of Text-files from a directory. The path's of the files are stored in the Model and I want to change the current Directory.
Is it better practice to create a new Model and tell the View, or to clear and reload the current Model?