This class wraps the behavior of the Ruby Dir class against a remote entity. Refer to the Ruby documentation for expected behavior.
# File lib/rex/post/dir.rb, line 21 def Dir.chdir(path) raise NotImplementedError end
# File lib/rex/post/dir.rb, line 37 def Dir.delete(path) raise NotImplementedError end
# File lib/rex/post/dir.rb, line 13 def Dir.entries(name) raise NotImplementedError end
# File lib/rex/post/dir.rb, line 17 def Dir.foreach(name, &block) entries(name).each(&block) end
# File lib/rex/post/dir.rb, line 33 def Dir.getwd raise NotImplementedError end
# File lib/rex/post/dir.rb, line 25 def Dir.mkdir(path) raise NotImplementedError end
# File lib/rex/post/dir.rb, line 29 def Dir.pwd raise NotImplementedError end
Generated with the Darkfish Rdoc Generator 2.