static LS dm_retrieveConceptsFileFromAllOnlineControllableComputers(S programID) { new LS computerIDs; for (S computerID : dm_onlineControllableComputers()) pcall { S path = fsI(programID) + "/" + conceptsFileName(); dm_retrieveFileFromOtherMachineIfDifferent(computerID, "JavaX-Data/" + path, standardPathForFileFromOtherComputer(computerID, path)); computerIDs.add(computerID); } ret computerIDs; }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020826 |
Snippet name: | dm_retrieveConceptsFileFromAllOnlineControllableComputers |
Eternal ID of this version: | #1020826/3 |
Text MD5: | 38d8e84ce8cef2584746d235104f82f7 |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-10 09:18:58 |
Source code size: | 435 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 306 / 350 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022158 - standardPathForFileFromOtherComputer (in JavaX-Backup) #1022161 - gazelle_loadConceptFilesFromCentralMachine |