• Open a path in the OS. If the path is a directory, open it in the file manager.

    Parameters

    • path: string

      absolute path

    Returns Promise<{
        isDirectory: boolean;
    }>

    whether the path is a directory