static LS linesFromFile_list(File f) ctex { ret asList_closeIterator(linesFromFile(f)); } static LS linesFromFile_list(S path) { ret linesFromFile_list(newFile(path)); }
Began life as a copy of #1011460
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025537 |
Snippet name: | linesFromFile_list |
Eternal ID of this version: | #1025537/1 |
Text MD5: | 2d1fa13bea3ce36fe31b4c4101b8dd45 |
Author: | stefan |
Category: | javax / i.o. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-03 10:57:53 |
Source code size: | 180 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 238 / 279 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |