FileHelper GetFullPhysicalPath Method Kentico 8.1 API Reference
Returns full path of the given path. Does not change the trailing slash

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

originalPath
Type: OnlineSystem String
Object part of the path (e.g. /Text/text.ascx)
startingPath
Type: OnlineSystem String
Starting path of the full path (e.g. ~/CMSWebParts)
webFullPath
Type: OnlineSystem String
Full path to the root of the web project (e.g. c:\WebProject\)

Return Value

Type: OnlineString
Full path (e.g. c:\WebProject\CMSWebParts\Text\text.ascx)
See Also