[REBOL] Find Directory? Re:
From: agem:crosswinds at: 7-Sep-2000 5:07
to check if a %filename is a directory use>> dir? %mails== true>> dir? %mails/== true>> dir? %nox ;non-existent== false>> dir? %nox/== false what is blablabla? it has to end with "/", then it works. there is>> dirize %filename== %filename/ to help. volker [webmaster--SILICONSPECIES--COM] wrote on 6-Sep-2000/17:06:55-5:00