Generates a file system instance available to be used in an application.
The FileSystem class generates a file system instance available to be used in an application.
FileSystem | |
---|---|
Syntax | new FileSystem(); |
Parameter | None |
Return Value | Browser FileSystem object |
Remarks | This function Returns FileSystem instance defined in browser. Through this operation, reading and writing texts are available. Binary format file is not supported. |
Example |
var fileSystemObj = new FileSystem();
|
Members | None |
Methods |
|