MCPcopy Create free account
hub / github.com/RoganDawes/P4wnP1 / getFileName

Method getFileName

hidtools/backdoor/FileSystem.py:212–213  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

210
211 @staticmethod
212 def getFileName(path):
213 return os.path.basename(path)
214
215#fs = FileSystem()
216#fs.writeFile("test", '\x00'*10)

Callers 2

do_uploadMethod · 0.80
do_downloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected