Method: Pione::Util::FTPFileSystem#delete_file

Defined in:
lib/pione/util/ftp-server.rb

#delete_file(path) ⇒ void

This method returns an undefined value.

Delete the file.

Parameters:

  • path (Pathname)

    the path

Raises:

  • (NotImplemented)


76
77
78
# File 'lib/pione/util/ftp-server.rb', line 76

def delete_file(path)
  raise NotImplemented
end