From: JamesBritt Date: 2002-08-19T03:34:53+09:00 Subject: How can I avoid "Insecure operation - stat (SecurityError) " I'm trying to get some ruby code, running under mod_ruby, to retrieve the mtime of a file. But calls to stat raise "Insecure operation - stat (SecurityError)". $SAFE is at 1; trying to lower it raises an error. The site runs ruby 1.6.7 (2002-07-11) [i386-freebsd4] How can I retrieve the last mod time of a file without raising security errors? untainintg the string variable holding the name of file doesn't help either. Thanks, James