AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

Updated paths to work cross platform #60

Closed AndrewPla closed 5 years ago

AndrewPla commented 5 years ago

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

AndrewPla commented 5 years ago

@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!