mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 13:41:05 +00:00
Update pipe-ipc.js
This commit is contained in:
parent
34668ad54e
commit
2d72f6a87b
|
@ -98,7 +98,7 @@ function openTextFile(filename, iomode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkFileExists(filename) {
|
function checkFileExists(filename) {
|
||||||
return createFSO().FileExists(filename);;
|
return createFSO().FileExists(filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
function deleteFile(filename) {
|
function deleteFile(filename) {
|
||||||
|
@ -423,7 +423,6 @@ function PipeIPC() {
|
||||||
return text;
|
return text;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
this.loadFromFile = function(filename, charset) {
|
this.loadFromFile = function(filename, charset) {
|
||||||
this.write(this.readTextFromFile(filename, charset), ForWriting);
|
this.write(this.readTextFromFile(filename, charset), ForWriting);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user