diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-07 16:19:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-07 16:19:07 -0700 |
commit | c79abac5ad5d41f86655883fd9f3ec6a108967a7 (patch) | |
tree | 40805ae02a9ee73eb0e9832a01e1dbc0bac914d5 /indra/llcommon/llfile.h | |
parent | 77e10d38e56d389e759d1d9c24d03b6fe71f83e0 (diff) | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) |
Pull merge from lindenlab/viewer-release
Diffstat (limited to 'indra/llcommon/llfile.h')
-rwxr-xr-x | indra/llcommon/llfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llfile.h b/indra/llcommon/llfile.h index d59e68367e..f56b22bf9a 100755 --- a/indra/llcommon/llfile.h +++ b/indra/llcommon/llfile.h @@ -75,6 +75,8 @@ public: static int rmdir(const std::string& filename); static int remove(const std::string& filename); static int rename(const std::string& filename,const std::string& newname); + static bool copy(const std::string from, const std::string to); + static int stat(const std::string& filename,llstat* file_status); static bool isdir(const std::string& filename); static bool isfile(const std::string& filename); |