Skip to content
Mahmoud Ben Hassine edited this page Nov 8, 2015 · 3 revisions

pwd

Synopsis

Create a UnixStream with the absolute path of the current directory.

Example

UnixStream.pwd()
       .to(stdOut()); //prints for example : /home/benas
Clone this wiki locally