使用 Bun.pathToFileURL() 將絕對路徑轉換為 file:// URL。
ts
Bun.pathToFileURL("/path/to/file.txt");
// => "file:///path/to/file.txt"請參閱 文檔 > API > Utils 獲取更多有用的工具函數。
使用 Bun.pathToFileURL() 將絕對路徑轉換為 file:// URL。
Bun.pathToFileURL("/path/to/file.txt");
// => "file:///path/to/file.txt"請參閱 文檔 > API > Utils 獲取更多有用的工具函數。