SessionBaseCreateDirectory Method |
Creates a directory
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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
false
See Also