Hi, On Sat, 29 Jun 2019, emacstheviking wrote: > All I have found is see/seen to see if a file exists. Have I missed something totally obvious ? > And how about checking the existence of a directory too? You can use io.file_type/5. If it returns an ok/1 result then the file exists and the argument will tell you what it is. Julien.