// To display a dialog box with file information // you can use {#file} to display all the path $dialog = new DialogBox('File', 'You click on the file {#filename}');
// Create the tree from the current folder $tree->loadFromPath(dirname(__FILE__), $dialog);