Table of Contents

Class FileOrDirectoryNotExistsAttribute

Namespace
McMaster.Extensions.CommandLineUtils
Assembly
McMaster.Extensions.CommandLineUtils.dll

Specifies that the data must not be an already existing file or directory.

[AttributeUsage(AttributeTargets.Property)]
public sealed class FileOrDirectoryNotExistsAttribute : FilePathNotExistsAttributeBase
Inheritance
object
Attribute
ValidationAttribute
FileOrDirectoryNotExistsAttribute

Constructors

FileOrDirectoryNotExistsAttribute()

Initializes an instance of FileOrDirectoryNotExistsAttribute.

public FileOrDirectoryNotExistsAttribute()