| DirectoryHelperEnsureDiskPath Method | 
            Checks if all folders of the given path exist and if not, it creates them.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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 (subset of file path) that will not be checked
 See Also
See Also