한국어
Appearance
Bun.pathToFileURL() 를 사용하여 절대 경로를 file:// URL 로 변환하세요.
Bun.pathToFileURL()
file://
Bun.pathToFileURL("/path/to/file.txt"); // => "file:///path/to/file.txt"
더 유용한 유틸리티는 문서 > API > 유틸리티 를 참조하세요.