Click or drag to resize
DebugHelperEnsureDiskPath Method
Checks if all folders of the given path exist and if not, it creates them.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public static void EnsureDiskPath(
	string path,
	string startingPath
)

Parameters

path
Type: SystemString
Full disk path of the file including file name
startingPath
Type: SystemString
Starting path where folders can be checked and created
See Also