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

Function user_directory

python/__init__.py:289–296  ·  view source on GitHub ↗

``user_directory`` returns a string containing the path to the `user directory `_ :return: current user path :rtype: str, or None on failure

()

Source from the content-addressed store, hash-verified

287
288
289def user_directory() -> Optional[str]:
290 """
291 ``user_directory`` returns a string containing the path to the `user directory <https://docs.binary.ninja/guide/#user-folder>`_
292
293 :return: current user path
294 :rtype: str, or None on failure
295 """
296 return core.BNGetUserDirectory()
297
298
299def core_version() -> Optional[str]:

Callers 3

mainFunction · 0.50
active_local_cacheFunction · 0.50
user_signature_dirFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected