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

3
LINES

< > BotCompany Repo | #1034551 // isDeepContainedInDir_absolute - doesn't use canoical path (faster?)

JavaX fragment (include)

sbool isDeepContainedInDir_absolute(File f, File dir) {
  ret nempty(nameRelativeToPhysicalSubdirectory_nonCanonical(f, dir));
}

Author comment

Began life as a copy of #1034457

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034551
Snippet name: isDeepContainedInDir_absolute - doesn't use canoical path (faster?)
Eternal ID of this version: #1034551/1
Text MD5: 80919f71e545e7c77e75ddd3fce65072
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-12 20:30:38
Source code size: 130 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 61 / 78
Referenced in: [show references]