Creates folder hierarchy, optionally omitting file name.
   
                
    Namespace: 
   nsCDEngine.BaseClasses
    Assembly:
   C-DEngine (in C-DEngine.dll)
public static void CreateDirectories(
	string strFilePath,
	bool bIsDirectoryPath
)
Public Shared Sub CreateDirectories ( _
	strFilePath As String, _
	bIsDirectoryPath As Boolean _
)
public:
static void CreateDirectories(
	String^ strFilePath, 
	bool^ bIsDirectoryPath
)
Parameters
- strFilePath
- Type: String
 Path to a folder hierarchy and file to be created.
- bIsDirectoryPath
- Type: Boolean
 True when all parts are folder names, False when last part is file name.