io.directories.search: link-info better than file-info because file-info can crash if the link is bad.

paths
Doug Coleman 2018-06-13 22:31:39 -05:00
parent c3356476f9
commit a33128a4b3
1 changed files with 1 additions and 1 deletions

View File

@ -136,4 +136,4 @@ ERROR: sequence-expected obj ;
1array find-files-by-extensions ;
: find-files-larger-than ( path size -- seq )
'[ file-info size>> _ > ] find-files ;
'[ link-info size>> _ > ] find-files ;