1.

what Is File System Module In Phantomjs?

Answer»

FILE system module perform OPERATIONS on files and directories. We can create, write and DELETE a files and directory.

There are two properties in file system module:

Separator: It is used for file paths (for windows: , for linux: /).

WORKING Directory: It is a directory in which PhantomJS EXECUTES.

File system module perform operations on files and directories. We can create, write and delete a files and directory.

There are two properties in file system module:

Separator: It is used for file paths (for windows: , for linux: /).

Working Directory: It is a directory in which PhantomJS executes.



Discussion

No Comment Found