Pixel-Composer/scripts/shell_helper/shell_helper.gml
2023-02-14 11:32:32 +07:00

4 lines
137 B
Plaintext

function shellOpenExplorer(path) {
var _windir = environment_get_variable("WINDIR") + "/explorer.exe";
execute_shell(_windir, path);
}