DebugHelperEnsureDiskPath Method |
Checks if all folders of the given path exist and if not, it creates them.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax 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