mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-18 02:59:04 +00:00
Update system.js
This commit is contained in:
parent
238420c637
commit
02ecd86dd1
|
@ -39,7 +39,7 @@ exports.getFilePath = function(path) {
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.get32BitFolder = function() {
|
exports.get32BitFolder = function() {
|
||||||
var base = JPTUDBSTOW.file.getPath("%WINDIR%");
|
var base = exports.getFilePath("%WINDIR%");
|
||||||
var syswow64 = base + "\\SysWOW64\\";
|
var syswow64 = base + "\\SysWOW64\\";
|
||||||
|
|
||||||
if (JPTUDBSTOW.FS.FolderExists(syswow64))
|
if (JPTUDBSTOW.FS.FolderExists(syswow64))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user