Class FileNotExistsAttribute
- Namespace
- McMaster.Extensions.CommandLineUtils
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
Specifies that the data must not be an already existing file, not a directory.
[AttributeUsage(AttributeTargets.Property)]
public sealed class FileNotExistsAttribute : FilePathNotExistsAttributeBase
- Inheritance
-
objectAttributeValidationAttributeFileNotExistsAttribute
Constructors
FileNotExistsAttribute()
Initializes an instance of FileNotExistsAttribute.
public FileNotExistsAttribute()