Click or drag to resize

SessionBaseCreateDirectory Method

Creates a directory

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual bool CreateDirectory(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Boolean
true if path exist; otherwise false
See Also