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

7
LINES

< > BotCompany Repo | #1023348 // androidInternalDir - return app-internal files dir

JavaX fragment (include)

1  
static File androidInternalDir() {
2  
  ret (File) call(androidContext(), "getFilesDir");
3  
}
4  
5  
static File androidInternalDir(S sub) {
6  
  ret newFile(androidInternalDir(), sub);
7  
}

Author comment

Began life as a copy of #1004625

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023348
Snippet name: androidInternalDir - return app-internal files dir
Eternal ID of this version: #1023348/2
Text MD5: 86ef8a82cb8fa88d4c0a2eb72bf80616
Author: stefan
Category: javax / android
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-07 09:11:42
Source code size: 179 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 182 / 222
Version history: 1 change(s)
Referenced in: [show references]