Table of Contents

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
object
Attribute
ValidationAttribute
FileNotExistsAttribute

Constructors

FileNotExistsAttribute()

Initializes an instance of FileNotExistsAttribute.

public FileNotExistsAttribute()