Gets the full filesystem path of the executing process. @return the full path of the executing process.
()
| 51 | * @return the full path of the executing process. |
| 52 | */ |
| 53 | String getPath(); |
| 54 | |
| 55 | /** |
| 56 | * Gets the process command line used to start the process, including arguments |
no outgoing calls