Method: Rex::Proto::SMB::SimpleClient::OpenFile#delete
- Defined in:
- lib/rex/proto/smb/simpleclient/open_file.rb
#delete ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/rex/proto/smb/simpleclient/open_file.rb', line 18 def delete begin self.close rescue end self.client.delete(self.name, self.tree_id) end |