4 lines
91 B
Text
4 lines
91 B
Text
|
|
variable d = listdir(getcwd()), p;
|
||
|
|
foreach p (array_sort(d))
|
||
|
|
() = printf("%s\n", d[p] );
|