1452 1453 1454 1455 1456 1457 1458 1459
# File 'lib/xiki/tree.rb', line 1452 def self.closest_dir dir = Xiki.trunk.reverse.find{|o| FileTree.matches_root_pattern? o} dir = Bookmarks[dir] return nil if dir.nil? File.expand_path dir end