Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1029758 // extractResourceWithPath

JavaX fragment (include)

static File extractResourceWithPath(S name, File outDir) {
  File outFile = newFile(outDir, name.replace("/", File.separator));
  ret extractResource(name, outFile);
}

Author comment

Began life as a copy of #1029756

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: #1029758
Snippet name: extractResourceWithPath
Eternal ID of this version: #1029758/1
Text MD5: a63660d195d459da45e3f956939a3649
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-09-11 22:59:51
Source code size: 170 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 97 / 130
Referenced in: [show references]