FilesCreateDirectory Method

It checks that the route exists, if not it creates it and returns the route again.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string CreateDirectory(
	string path
)

Parameters

path  String
File path.

Return Value

String
String with the path.

See Also