Taken from the manual : "For case-sensitive systems, such as UNIX, REBOL finds the closest match to the file specified. For example, if a script asks to read %test.r, but can only find %TEST.r, it will be read. This behavior is necessary to allow machine-independent scripts." I have a problem with reading %test.r (it's a function that passes filenames to another script) when it is actually %Test.r (only first letter is higher case). Any thoughts ? -- [EMAIL PROTECTED] http://perso.worldonline.fr/mutant
