mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-04-20 01:43:12 +02:00
Set skip specials to true by default.
This commit is contained in:
parent
d71db48661
commit
ef06a9e57d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user