Checks if a given path exists.
The path to check.
A promise that resolves to true if the path exists, otherwise false.
true
false
import { isPathExists } from "nsuite";const isExists = await isPathExists("path/to/file.txt") Copy
import { isPathExists } from "nsuite";const isExists = await isPathExists("path/to/file.txt")
Checks if a given path exists.