c # format file path into web path code example Example: uri file path c# var uri = new System.Uri("c:\\foo"); var converted = uri.AbsoluteUri;