Index: trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 27179)
+++ trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 27225)
@@ -593,8 +593,8 @@
         ( carp "Unable to find instance of Nebulous handle $name" and return undef ) if $@;
         return 0 unless defined $found;
-        return (-f $found);
-    }
-
-    return (-f $self->file_resolve($name));
+        return (-f $found and -s $found);
+    }
+
+    return (-f $self->file_resolve($name) and -s $found);
 }
 
