Libraryless. Click here for Pure Java version (105L/1K/4K).
1 | !747 |
2 | |
3 | m {
|
4 | static S snippetID = "#1001048"; // just a test program |
5 | |
6 | p {
|
7 | if (args.length != 0) snippetID = args[0]; |
8 | |
9 | print("Listing: " + programDir(snippetID));
|
10 | print(); |
11 | |
12 | int count = 0; |
13 | for (File f : listProgramDir(snippetID)) {
|
14 | print(f.getName()); |
15 | ++count; |
16 | } |
17 | print(); |
18 | print(count + " files/dirs found for program " + formatSnippetID(snippetID) + "."); |
19 | } |
20 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001050 |
| Snippet name: | Show data directory for a program |
| Eternal ID of this version: | #1001050/1 |
| Text MD5: | f20ddcd59ad99b3588b69a446ee43bb1 |
| Transpilation MD5: | 87c331c4899b5f345ebd919bb3350bd0 |
| Author: | stefan |
| Category: | |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-09-18 19:43:18 |
| Source code size: | 432 bytes / 20 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 1092 / 1192 |
| Referenced in: | [show references] |