Last active
March 31, 2024 12:39
-
-
Save pointofpresence/d66d2700519473e1dcae66752ee9e017 to your computer and use it in GitHub Desktop.
Node.js: Как открыть файл в менеджере файлов?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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