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

5
LINES

< > BotCompany Repo | #1027071 // copyFilePathToClipboardVerbose (returns the argument)

JavaX fragment (include)

static File copyFilePathToClipboardVerbose(File f) {
  if (f == null) null;
  copyTextToClipboardVerbose(f2s(f));
  ret f;
}

Author comment

Began life as a copy of #1027070

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1027071
Snippet name: copyFilePathToClipboardVerbose (returns the argument)
Eternal ID of this version: #1027071/1
Text MD5: 7128c14ecd7c540a7e0c60ba17819420
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-16 22:48:09
Source code size: 128 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 161 / 183
Referenced in: [show references]