Experimental
Open the specified file.
The path of the file.
Promise of void.
const filePath = path.join(os.homedir(), 'Downloads', 'myFile.xlsx'); await openFile(filePath); Copy
const filePath = path.join(os.homedir(), 'Downloads', 'myFile.xlsx'); await openFile(filePath);
Open the specified file.