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
)
Public Overridable Function CreateDirectory (
path As String
) As Boolean
public:
virtual bool CreateDirectory(
String^ path
)
abstract CreateDirectory :
path : string -> bool
override CreateDirectory :
path : string -> bool
Parameters
- path
- Type: SystemString
Return Value
Type:
Booleantrue if path exist; otherwise
falseSee Also