FilesExistPath Method

It checks that the route exists and has the option to create it, if not it exists.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ExistPath(
	string path,
	bool create = false
)

Parameters

path  String
File path.
create  Boolean  (Optional)
Indicates whether to create the route if it does not exist.

Return Value

Boolean
if the route exists; otherwise, .

See Also