Adding file to vector claims in is a char, but typeof(file) is string

Collections and Data Structures · The Julia Language!

The elements of file (ie., chars) are appended to filename. You probably want push! instead.

2 Likes