public BookmarkRoot(FileURL url) {
   super(url);
   lastModified = System.currentTimeMillis();
   BookmarkManager.addBookmarkListener(this);
 }