Subtext.Providers.BlogEntryEditor.FCKeditor.FileBrowserConnector.GetUrlFromPath C# (CSharp) Method

GetUrlFromPath() private static method

private static GetUrlFromPath ( string folderPath ) : string
folderPath string
return string
        private static string GetUrlFromPath( string folderPath )
        {
            return GetImageRootPath() + folderPath.Substring(1);
        }