arrayToFile

Writes an array of string to a file

If a file already exists, it will be overwritten, and \n is added at end of each string

void
arrayToFile
(
string[] array
,
string fname
)

Throws

exception on failure

Meta