FilesExistPath Method
It checks that the route exists and has the option to create it, if not it exists.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ExistPath(
string path,
bool create = false
)
Public Shared Function ExistPath (
path As String,
Optional create As Boolean = false
) As Boolean
- path String
- File path.
- create Boolean (Optional)
- Indicates whether to create the route if it does not exist.
Boolean if the route exists; otherwise,
.