Skip to content
Mahmoud Ben Hassine edited this page Oct 9, 2015 · 3 revisions

pwd

Synopsis

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

Example

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