mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
rename_to() and copy_to() are heavy operations and should be BLOCKING
This commit is contained in:
parent
56afff435c
commit
c32becb2a1
@ -213,8 +213,8 @@ PUBLISHED:
|
||||
bool chdir() const;
|
||||
bool touch() const;
|
||||
bool unlink() const;
|
||||
bool rename_to(const Filename &other) const;
|
||||
bool copy_to(const Filename &other) const;
|
||||
BLOCKING bool rename_to(const Filename &other) const;
|
||||
BLOCKING bool copy_to(const Filename &other) const;
|
||||
|
||||
bool make_dir() const;
|
||||
bool mkdir() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user