File Constructor
Initializes the dundas.filesystem.File object.
Parameters
- fileOptions
-
Type: Object
(optional) Object with default values for the file.
Optional: True
Examples
The following example initializes a new instance of a File object:
var newObject = new dundas.filesystem.File();