Re: First letter of dir() result
- Posted by irv Jan 23, 2019
- 1512 views
To be honest, I'm lazy, and usually just sort the listing and discard the first 2:
include std/filesys.e include std/sort.e object files = sort(dir("demos")) files = files[3..$]
To be honest, I'm lazy, and usually just sort the listing and discard the first 2:
include std/filesys.e include std/sort.e object files = sort(dir("demos")) files = files[3..$]