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