Nwname.this

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.

class Nwname
this
(
string[] nwname = []
)

Parameters

nwname string[]

Full file path as string's array.

Typical usage:

Nwname nwname = new Nwname([`test`]);

Meta