Click or drag to resize
StorageHelperEnsureLocalPath Method

Note: This API is now obsolete.

Ensures path on local file system for temp or cache folder.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete.")]
public static string EnsureLocalPath(
	string path,
	string folder
)

Parameters

path
Type: SystemString
Path. If not specified path to temporary
folder
Type: SystemString
Folder to create.

Return Value

Type: String
See Also