1 | static File fileInSubDir(File f, S subDir) { |
2 | if (f == null) null; |
3 | File dir = dirOfFile(f); |
4 | ret newFile(dir, subDir, f.getName()); |
5 | } |
6 | |
7 | static File fileInSubDir(S subDir, File f) { |
8 | ret fileInSubDir(f, subDir); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018658 |
Snippet name: | fileInSubDir |
Eternal ID of this version: | #1018658/2 |
Text MD5: | ee2831b67195f77e9f66d3443b486589 |
Author: | stefan |
Category: | javax / io |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-11 18:43:28 |
Source code size: | 220 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 432 / 462 |
Version history: | 1 change(s) |
Referenced in: | [show references] |