Is your feature request related to a problem? Please describe.
At the moment user can save file to MatrixLogs folder and read only from this folder, What if user want to load .dat file from other place or save to other path.
Describe the solution you'd like
Our base class Template have only one constructor with title parameter, so my proposal is introduce new constructor with default path where user of library can change on path which he wants.
Is your feature request related to a problem? Please describe. At the moment user can save file to
MatrixLogs
folder and read only from this folder, What if user want to load.dat
file from other place or save to other path.Describe the solution you'd like Our base class
Template
have only one constructor with title parameter, so my proposal is introduce new constructor with default path where user of library can change on path which he wants.Additional context Any ideas are welcome.