paths were hardcoded to . This caused issues with #51 where a mac user wasn't able to import the files because I hardcoded them. I have now updated the file so that it determines what the seperator is by using [System.IO.Path]::DirectorySeparatorChar
@jeffreytigch Thanks for the feedback. Updated again and just pushed out version 0.0.11 which should fix this issue. I should've caught this file originally, whoopsie. Hope this works for you!
paths were hardcoded to . This caused issues with #51 where a mac user wasn't able to import the files because I hardcoded them. I have now updated the file so that it determines what the seperator is by using
[System.IO.Path]::DirectorySeparatorChar