| DirectoryHelperCreateDirectoryInternal Method | 
            Creates directory. It works also in a shared hosting environment.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual DirectoryInfo CreateDirectoryInternal(
	string path
)
Parameters
- path
- Type: SystemString
 Full disk path of the new directory
Return Value
Type: 
DirectoryInfoReturns DirectoryInfo representing the new directory.
 See Also
See Also