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
A representing the asynchronous operation.