Click or drag to resize
StorageHelperGetFullFilePhysicalPath Method
Returns full physical path of a file or folder. Does not change the ending slash

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static string GetFullFilePhysicalPath(
	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