Re: First letter of dir() result

new topic     » goto parent     » topic index » view thread      » older message » newer message

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..$] 
 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu