diff --git a/core/os/directory.h b/core/os/directory.h index 61fdff4..3eec104 100644 --- a/core/os/directory.h +++ b/core/os/directory.h @@ -10,8 +10,8 @@ class Directory : public Reference { RCPP_OBJECT(Directory, Reference); public: - Error open(const String &path, bool skip_specials = false); - Error open(const char *path, bool skip_specials = false); + Error open(const String &path, bool skip_specials = true); + Error open(const char *path, bool skip_specials = true); void close(); bool has_next();