MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / rmd

Method rmd

tools/python-3.11.9-amd64/Lib/ftplib.py:644–646  ·  view source on GitHub ↗

Remove a directory.

(self, dirname)

Source from the content-addressed store, hash-verified

642 return parse257(resp)
643
644 def rmd(self, dirname):
645 '''Remove a directory.'''
646 return self.voidcmd('RMD ' + dirname)
647
648 def pwd(self):
649 '''Return current working directory.'''

Callers

nothing calls this directly

Calls 1

voidcmdMethod · 0.95

Tested by

no test coverage detected