| Index: runtime/bin/file.h
|
| diff --git a/runtime/bin/file.h b/runtime/bin/file.h
|
| index 9d6be4393d5cd10e0644a645c05e47c122cf4a18..dab7a9cb166bfb316394d45ca57690a31bf58f3d 100644
|
| --- a/runtime/bin/file.h
|
| +++ b/runtime/bin/file.h
|
| @@ -123,6 +123,7 @@ class File {
|
|
|
| static bool Exists(const char* path);
|
| static bool Create(const char* path);
|
| + static bool CreateLink(const char* path, const char* target);
|
| static bool Delete(const char* path);
|
| static off_t LengthFromPath(const char* path);
|
| static time_t LastModified(const char* path);
|
|
|