Click or drag to resize

SessionBaseCreateDirectory Method

Creates a directory

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

Parameters

path
Type: SystemString

Return Value

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