Added Process.getWorkingDirectory() and setWorkingDirectory() and posix implementation.

This commit is contained in:
Adam Murdoch
2013-01-26 17:51:10 +11:00
parent 47f914b49d
commit 64a738008e
9 changed files with 151 additions and 60 deletions

View File

@@ -15,6 +15,7 @@ These APIs support Java 5 and later. Some of these APIs overlap with APIs availa
### Processes
* Get the PID of the current process.
* Get and set the process working directory.
### Terminal and console