MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / get_save_filename_input

Method get_save_filename_input

python/interaction.py:783–784  ·  view source on GitHub ↗
(self, prompt, ext, default_name)

Source from the content-addressed store, hash-verified

781 return get_text_line_input(prompt, "Open File")
782
783 def get_save_filename_input(self, prompt, ext, default_name):
784 return get_text_line_input(prompt, "Save File")
785
786 def get_directory_name_input(self, prompt, default_name):
787 return get_text_line_input(prompt, "Select Directory")

Callers 1

Calls 1

get_text_line_inputFunction · 0.70

Tested by

no test coverage detected