# File lib/ole/storage/file_system.rb, line 148 def directory? path dirent = @ole.dirent_from_path path dirent and dirent.dir? end