Converts a file URL to a file path.
The file URL to convert.
The file path corresponding to the given file URL.
import { getFilePath } from "nsuite";const __filename = getFilePath(import.meta.url); Copy
import { getFilePath } from "nsuite";const __filename = getFilePath(import.meta.url);
Converts a file URL to a file path.