Subtext.Providers.BlogEntryEditor.FCKeditor.FileBrowserConnector.GetUrlFromPath C# (CSharp) Méthode

GetUrlFromPath() private static méthode

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