Upload FastSeekWpf/Core/FileKind.cs
Browse files
FastSeekWpf/Core/FileKind.cs
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
namespace FastSeekWpf.Core;
|
| 2 |
+
|
| 3 |
+
public enum FileKind
|
| 4 |
+
{
|
| 5 |
+
File,
|
| 6 |
+
Directory
|
| 7 |
+
}
|