Skip to content

Method IsValidMicroPythonExecutableAsync

Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll

IsValidMicroPythonExecutableAsync(string)

Check if a path points to a valid MicroPython executable.

csharp
public static Task<bool> IsValidMicroPythonExecutableAsync(string path)

Parameters

path string

Returns

Task<bool>

A representing the asynchronous operation.

Released under the Apache License 2.0.