anshdadhich commited on
Commit
55012ab
·
verified ·
1 Parent(s): 60bd5ce

Upload FastSeekWpf/Core/FileKind.cs

Browse files
Files changed (1) hide show
  1. FastSeekWpf/Core/FileKind.cs +7 -0
FastSeekWpf/Core/FileKind.cs ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ namespace FastSeekWpf.Core;
2
+
3
+ public enum FileKind
4
+ {
5
+ File,
6
+ Directory
7
+ }