1 | sbool fileNameContainsIC(File f, S s) { |
2 | ret cic(fileName(f), s); |
3 | } |
4 | |
5 | sbool fileNameContainsIC(S s, File f) { |
6 | ret fileNameContainsIC(f, s); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022919 |
Snippet name: | fileNameContainsIC |
Eternal ID of this version: | #1022919/2 |
Text MD5: | 7cef3bfb843830a555b49cc1a6fb9b87 |
Author: | stefan |
Category: | javax / io |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-07 23:56:23 |
Source code size: | 145 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 384 / 403 |
Version history: | 1 change(s) |
Referenced in: | [show references] |