File SystemUtilitiesConvert a file URL to an absolute pathUse Bun.fileURLToPath() to convert a file:// URL to an absolute path.Copy MarkdownOpenSleep for a fixed number of millisecondsBun.sleep() returns a void Promise that resolves after a given number of milliseconds.Convert an absolute path to a file URLUse Bun.pathToFileURL() to convert an absolute path to a file:// URL.