- Removed the try/catch block. (It was throwing an error only on Linux,
when opened a symlink to directory to which user doesn't have access,
idk if i should keep it or not.)
- Replaced foreach loops with LINQ queries.
- Replaced the copy-pasted startImport function with a call to it and
changed its parameter type to "params string[]".