Bun

指南实用程序

使用 Bun 将绝对路径转换为文件 URL

使用 Bun.pathToFileURL() 将绝对路径转换为 file:// URL。

Bun.pathToFileURL("/path/to/file.txt");
// => "file:///path/to/file.txt"

有关更多有用的工具,请参阅 文档 > API > 工具