View Single Post
Old 10-11-2009, 11:10 AM  
dr.owned
Junior Member
 
Join Date: Oct 2009
Posts: 24
Default

is there a more convenient (and efficient) way to retrieve full list of directory entries for a given VFS path $mnt than using [resolve Mount $mnt] and cycling through each element with [glob -type f $realPath] and [glob -type d $realPath]?
dr.owned is offline   Reply With Quote