Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ndeno/src/deps.ts>createUpBases

js runtime project management tool / js runtime 项目管理工具
Go to Latest
function createUpBases
import { createUpBases } from "https://deno.land/x/ndeno@v2.0.4/src/deps.ts";

find all paths up

Examples

Example 1

import { createUpBases } from "https://deno.land/x/easy_std@version/src/path.ts";

createUpBases("D:/foo/bar") // ["D:", "D:/foo", "D:/foo/bar"]

Parameters

optional
root: string = [UNSUPPORTED]