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

16
LINES

< > BotCompany Repo | #1027345 // Local Script Directories

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (11482L/61K).

!7

concept ScriptDir {
  S path;
  S comments;
  
  sS _fieldOrder = "path comments";
}

cmodule ScriptDirs > DynCRUD<ScriptDir> {
  // API

  L<File> getScriptDirs() {
    ret map f2s(collect path(list()));
  }
}

Author comment

Began life as a copy of #1027325

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: #1027345
Snippet name: Local Script Directories
Eternal ID of this version: #1027345/2
Text MD5: a79299f6e183ef740f5dc736bf3f7c0b
Transpilation MD5: 3daf921a127db623649410dc8801e791
Author: stefan
Category: javax / a.i.
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-11 10:53:42
Source code size: 229 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 117 / 313
Version history: 1 change(s)
Referenced in: [show references]