| FileSystemAsureDir Method |
Makes sure a directory exists. Creates it, if it does not exist yet.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static string AsureDir(
string path
)
Public Shared Function AsureDir (
path As String
) As String
Parameters
- path
- Type: SystemString
A path to the directory.
Return Value
Type:
StringA path to the directory.
See Also