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