A constructor that creates an object of the Nwname class with the given parameter in the form of string's array. If called without parameters, then the default parameter is empty string's array.
Full file path as string's array.
Typical usage:
Nwname nwname = new Nwname([`test`]);
See Implementation
A constructor that creates an object of the Nwname class with the given parameter in the form of string's array. If called without parameters, then the default parameter is empty string's array.