mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +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);
|
|
} |