# File gnomevfs/src/lib/gnomevfs.rb, line 47 def exists?(uri) unless uri.is_a?(GnomeVFS::URI) uri = GnomeVFS::URI.new(uri) end uri.exists? end