mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +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 {
|
class Directory : public Reference {
|
||||||
RCPP_OBJECT(Directory, Reference);
|
RCPP_OBJECT(Directory, Reference);
|
||||||
public:
|
public:
|
||||||
Error open(const String &path, bool skip_specials = false);
|
Error open(const String &path, bool skip_specials = true);
|
||||||
Error open(const char *path, bool skip_specials = false);
|
Error open(const char *path, bool skip_specials = true);
|
||||||
void close();
|
void close();
|
||||||
|
|
||||||
bool has_next();
|
bool has_next();
|
||||||
|
Loading…
Reference in New Issue
Block a user