Click or drag to resize
FileHelperGetFullFolderPhysicalPath Method
Returns full physical path for a folder. Ensures the trailing backslash

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetFullFolderPhysicalPath(
	string path,
	string webFullPath = null
)

Parameters

path
Type: SystemString
Path
webFullPath (Optional)
Type: SystemString
Full path to the root of the web project (e.g. c:\WebProject\)

Return Value

Type: String
See Also