Subtext.Providers.BlogEntryEditor.FCKeditor.FileBrowserConnector.GetUrlFromPath C# (CSharp) Метод

GetUrlFromPath() приватный статический Метод

private static GetUrlFromPath ( string folderPath ) : string
folderPath string
Результат string
        private static string GetUrlFromPath( string folderPath )
        {
            return GetImageRootPath() + folderPath.Substring(1);
        }