Experimental
Open the folder where the file is located.
The path of the folder.
Promise of void.
const filePath = path.join(os.homedir(), 'Downloads', 'myFile.xlsx'); await openFolder(filePath); Copy
const filePath = path.join(os.homedir(), 'Downloads', 'myFile.xlsx'); await openFolder(filePath);
Open the folder where the file is located.