mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-12 07:16:49 +01:00
4 lines
No EOL
137 B
Text
4 lines
No EOL
137 B
Text
function shellOpenExplorer(path) {
|
|
var _windir = environment_get_variable("WINDIR") + "/explorer.exe";
|
|
execute_shell(_windir, path);
|
|
} |