Azure / azure-functions-powershell-library

MIT License
2 stars 3 forks source link

Normalize path to add support for relative paths #17

Closed Francisco-Gamino closed 2 years ago

Francisco-Gamino commented 2 years ago

We should check to see if PowerShell has an API for this

andystaples commented 2 years ago

Once I changed the input parameter from a string to a DirectoryInfo, it now thinks that the root directory is always C:\WINDOWS\system32. Not sure why, still working on it