Click or drag to resize
MediaLibraryHelperEnsurePhysicalPath Method
Return file path with replaced slash ("/") to back slash ("\").

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
public static string EnsurePhysicalPath(
	string path
)

Parameters

path
Type: SystemString
File path

Return Value

Type: String
See Also