I'm trying to use this filemanager inside a PHP MVC environment.
Ideally I'd like to load the FileManager class and provide it an argument so it knows where to look for config.json (if at all)
I think hardcoding paths is bad practice and it should be easily avoidable in this case.