mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update system.js
This commit is contained in:
parent
02ecd86dd1
commit
75af50defb
|
@ -34,12 +34,12 @@ exports.createProcess = function(cmd) {
|
|||
return outParams.ProcessId;
|
||||
};
|
||||
|
||||
exports.getFilePath = function(path) {
|
||||
exports.getEnvString = function(path) {
|
||||
return WSH.ExpandEnvironmentStrings(path);
|
||||
};
|
||||
|
||||
exports.get32BitFolder = function() {
|
||||
var base = exports.getFilePath("%WINDIR%");
|
||||
var base = exports.getEnvString("%WINDIR%");
|
||||
var syswow64 = base + "\\SysWOW64\\";
|
||||
|
||||
if (JPTUDBSTOW.FS.FolderExists(syswow64))
|
||||
|
|
Loading…
Reference in New Issue
Block a user