Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Last active March 31, 2024 12:39
Show Gist options
  • Save pointofpresence/d66d2700519473e1dcae66752ee9e017 to your computer and use it in GitHub Desktop.
Save pointofpresence/d66d2700519473e1dcae66752ee9e017 to your computer and use it in GitHub Desktop.
Node.js: Как открыть файл в менеджере файлов?
// Try the following, which opens a File Explorer window on the computer running Node.js:
require('child_process').exec('start "" "c:\\test"');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment