This commit is contained in:
2025-07-03 19:41:25 +03:00
parent 2868ebac0f
commit 00eeec35b4
4 changed files with 25 additions and 112 deletions

View File

@@ -25,7 +25,6 @@ public:
static bool IsReadOnly(const StringView& path);
static bool SetReadOnly(const StringView& path, bool isReadOnly);
static bool MoveFile(const StringView& dst, const StringView& src, bool overwrite = false);
static bool CopyFile(const StringView& dst, const StringView& src);
static DateTime GetFileLastEditTime(const StringView& path);
private: