diff options
author | chai <chaifix@163.com> | 2021-10-30 11:32:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-30 11:32:16 +0800 |
commit | 42ec7286b2d36a9ba22925f816a17cb1cc2aa5ce (patch) | |
tree | 24bc7009457a8d7500f264e89946dc20d069294f /Runtime/FileSystem | |
parent | 164885fd98d48703bd771f802d79557b7db97431 (diff) |
+ Penlight
Diffstat (limited to 'Runtime/FileSystem')
-rw-r--r-- | Runtime/FileSystem/FileWatcher.cpp | 3 | ||||
-rw-r--r-- | Runtime/FileSystem/FileWatcher.h | 16 |
2 files changed, 0 insertions, 19 deletions
diff --git a/Runtime/FileSystem/FileWatcher.cpp b/Runtime/FileSystem/FileWatcher.cpp deleted file mode 100644 index 7095253..0000000 --- a/Runtime/FileSystem/FileWatcher.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include "FileWatcher.h"
-
-
diff --git a/Runtime/FileSystem/FileWatcher.h b/Runtime/FileSystem/FileWatcher.h deleted file mode 100644 index 4626c0a..0000000 --- a/Runtime/FileSystem/FileWatcher.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once
-
-#include <string>
-#include "Runtime/Threading/Thread.h"
-
-// 检查某个指定文件夹中的文件或子文件夹是否被变动过。
-class FileWatcher : public Thread
-{
-public:
-
-
-private:
- std::string m_WorkingDirectory;
-
-
-};
\ No newline at end of file |