FilesCreateDirectory Method
It checks that the route exists, if not it creates it and returns the route again.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string CreateDirectory(
string path
)
Public Shared Function CreateDirectory (
path As String
) As String
- path String
- File path.
StringString with the path.