Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
anshdadhich
/
finder-wpf
like
0
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
finder-wpf
/
FastSeekWpf
/
Core
/
FileKind.cs
anshdadhich
Upload FastSeekWpf/Core/FileKind.cs
55012ab
verified
1 day ago
raw
Copy download link
history
blame
78 Bytes
namespace
FastSeekWpf.Core
;
public
enum
FileKind
{
File,
Directory
}