binaryninja.interaction.SaveFileNameField

class SaveFileNameField(prompt, ext='', default_name='')[source]

SaveFileNameField prompts the user to specify a file name to save. Result is stored in self.result as a string.

__init__(prompt, ext='', default_name='')[source]

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__(prompt[, ext, default_name]) x.__init__(…) initializes x; see help(type(x)) for signature