directory class : directory() fitter
Description
Get a new instance of directory class.
Syntax
new directory()
Arguments
None.
Return value
Class | Description |
directory | A new instance of directory class. This instance has not been initialized. |
Sample code
1: | directory dir = new directory(); |
Notes
It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.
The instance returned by this fitter has not been initialized.
Links for reference
None.