What is it?
Path Converter was created as a simple way to convert a UNC Paths to URI Paths.
For example:
\\server\share\file.txt
will be converted to
file://server/share/file.txt
Why?
After searching around for an online UNC to URI path converter to share, I could not find one, so I did what every developer does: writes one and then over engineers it as a testing ground for new technologies.
Who wrote it?
It was written by Dave Shaw. Find out more about Dave at https://taeguk.co.uk/about
API
You can use this service as an API if needed.
The URI is:
https://pathconverter.azurewebsites.net/Convert?path=\\yourUncPath
The response will either be
- HTTP 200 + the URI for the UNC path if all was OK.
- HTTP 400 + "ERROR" - if there was a problem.
Data Retention
Path Converter does not store any UNC paths or URIs that are entered explicitly.
Application Insights is used to monitor this website, any exceptions will store the UNC path entered.
See the app insights policy for more information.
The website is Hosted in UK West with Application insights running in East US.