Hi julians,

I am using readdir() and filter!() to list files in a folder that match a
given pattern (lets' say, to list all .txt files).

Now I would like to filter the files according to their sizes. I only want
to list non-empty files within a folder, so my first shot is to list files
which sizes are higher than zero bytes.

Some days ago there was a thread about listing the last modified file, that
used map() and mtime(). Do you know something similar to list files by
size?

Thanks for any tip!

Best,

Charles

-- 
Um axé! :)

--
Charles Novaes de Santana, PhD
http://www.imedea.uib-csic.es/~charles

Reply via email to