Warning: session_start(): open(/var/lib/php/sessions/sess_2j4e3l4jv9ljpco1nakd5093lk, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
isDir - synonym of isDirectory [1021025]

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

7
LINES

< > BotCompany Repo | #1021025 // isDir - synonym of isDirectory

JavaX fragment (include)

sbool isDir(File f) {
  ret isDirectory(f);
}

sbool isDir(S path) {
  ret isDirectory(path);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1021025
Snippet name: isDir - synonym of isDirectory
Eternal ID of this version: #1021025/2
Text MD5: fcbdb47afa35dcbc55dbb1c865cd5a83
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-18 01:29:46
Source code size: 101 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 635 / 693
Version history: 1 change(s)
Referenced in: [show references]