File SystemUtilitiesConvert an absolute path to a file URLUse Bun.pathToFileURL() to convert an absolute path to a file:// URL.Copy MarkdownOpenConvert a file URL to an absolute pathUse Bun.fileURLToPath() to convert a file:// URL to an absolute path.Get the path to an executable bin fileBun.which finds the absolute path of an executable file, like the which command on Unix-like systems.