static File prepareProgramFile(S name) { ret mkdirsForFile(getProgramFile(name)); } static File prepareProgramFile(S progID, S name) { ret mkdirsForFile(getProgramFile(progID, name)); }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003676 |
Snippet name: | prepareProgramFile - like getProgramFile, but prepares for creating (makes parent directories) |
Eternal ID of this version: | #1003676/1 |
Text MD5: | c8b34da35b5818e54186f97c085d5ea5 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-12 17:28:08 |
Source code size: | 196 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 704 / 761 |
Referenced in: | #1004591 - prepareProgramDir - creates directory #1004677 - prepareCacheProgramFile #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007729 - programFile - synonym of prepareProgramFile |