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

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
protected virtual void EnsureDiskPathInternal(
	string path,
	string startingPath
)

Parameters

path
Type: SystemString
Full disk path of the file including file name
startingPath
Type: SystemString
Starting path (subset of file path) that will not be checked
See Also