seeking out problem file.
[feisty_meow.git] / nucleus / library / filesystem / filename.cpp
index 4ea4269aabaff86631452a3212a8e788f1b410cc..81ca6f02f69d7abd04724e4877110f3e05ad4bdd 100644 (file)
@@ -383,11 +383,10 @@ bool filename::exists() const
 {
   if (is_directory())
     return true;
+  // if the file name is empty, that cannot exist.
   if (!length())
     return false;
   return is_readable();
-///  byte_filer opened(observe(), "rb");
-///  return opened.good();
 }
 
 bool filename::legal_character(char to_check)