Click or drag to resize

FilePathKind Enumeration

Type of filepath

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public enum FilePathKind
Members
  Member nameValueDescription
Unknown0 Detect of relative or absolute
Relative1 Relative path
Absolute2 Absolute path
See Also