Skip to main content
Module

x/netzo/deno.d.ts>Deno.execPath

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
function Deno.execPath
allow-read
import { Deno } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { execPath } = Deno;

Returns the path to the current deno executable.

console.log(Deno.execPath());  // e.g. "/home/alice/.local/bin/deno"

Requires allow-read permission.

Returns

string