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