List.saveFile

Writes the list to a file.

Arguemnts: s is the filename sp is the separator, it will be added to the end of each list-element

class List(T)
bool
saveFile
(
string s
,
T sp
)

Return Value

Type: bool

true if done, false if not due to some Exception

Meta