``user_directory`` returns a string containing the path to the `user directory `_ :return: current user path :rtype: str, or None on failure
()
| 287 | |
| 288 | |
| 289 | def 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 | |
| 299 | def core_version() -> Optional[str]: |
no outgoing calls
no test coverage detected