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);
        }