Hi guys. What about directory support ? Maybe we can add new behavior to manage directory. ``` php interface CanDetectDirectory extends Behavior { function isDirectory($key); } ``` And add this ability to the File ?