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

2
LINES

< > BotCompany Repo | #1007730 // fileSize - synonym of getFileSize - return file size or 0 if not exists

JavaX fragment (include)

1  
static long fileSize(S path) { ret getFileSize(path); }
2  
static long fileSize(File f) { ret getFileSize(f); }

Author comment

Began life as a copy of #1007388

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, ofpaelxlmzfo, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1007730
Snippet name: fileSize - synonym of getFileSize - return file size or 0 if not exists
Eternal ID of this version: #1007730/1
Text MD5: e3aa572d9182c4a85fdf59eb524282ee
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-03 04:34:27
Source code size: 111 bytes / 2 lines
Pitched / IR pitched: No / No
Views / Downloads: 569 / 595
Referenced in: [show references]