mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-13 19:06:41 +10:00
10 lines
124 B
C#
10 lines
124 B
C#
namespace WPinternalsSDK
|
|
{
|
|
public enum FileSystemType
|
|
{
|
|
Directory,
|
|
File,
|
|
Unknown
|
|
}
|
|
}
|