| FilePathKind Enumeration |
Type of filepath
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax Public Enumeration FilePathKind
Dim instance As FilePathKind
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Detect of relative or absolute
|
| Relative | 1 |
Relative path
|
| Absolute | 2 |
Absolute path
|
See Also