Skip to content

使用 Bun.pathToFileURL() 將絕對路徑轉換為 file:// URL。

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

請參閱 文檔 > API > Utils 獲取更多有用的工具函數。

Bun學習網由www.bunjs.com.cn整理維護