dmulholl / mp3cat

A command line utility for joining MP3 files.
https://www.dmulholl.com/dev/mp3cat.html
The Unlicense
185 stars 22 forks source link

Removed Glob to use Walk instead #21

Closed true-zero closed 4 years ago

true-zero commented 4 years ago

This is because Glob for inexplicable reasons does not function if there are spaces.

dmulholl commented 4 years ago

Looks good, thanks. Must have been an OS-specific issue, Glob was working with spaces on Mac. What OS were you using?

true-zero commented 4 years ago

@dmulholl Windows.