Enum PathValidator.PathType
Defines an enumeration for the path types.
Namespace: Juhta.Net.Validation
Assembly: Juhta.Net.Validation.dll
Syntax
protected enum PathType
Fields
| Name | Description |
|---|---|
| DirectoryPath | The path is a directory path. |
| FilePath | The path is a file path. |