Click or drag to resize
StorageHelperGetRealFilePath Method
Gets the real file path for the given path (for zip returns the path to the zip file)

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static string GetRealFilePath(
	string path
)

Parameters

path
Type: SystemString
Path

Return Value

Type: String
See Also