workingDirectory
The working directory is the directory of the JavaScript file that PhantomJS is executing.
It can be changed using changeWorkingDirectory().
Examples
var fs = require('fs');
// @TODO: Finish fs.workingDirectory example.
console.log(fs.workingDirectory);// return "F:/liu/study/phantomjs/examples"(the directory the file exsit)