Property MustExist
MustExist
True if the file/folder must exist already to be selected. This prevents user from entering the name of something that doesn't exist. Defaults to false.
public bool MustExist { get; set; }
True if the file/folder must exist already to be selected. This prevents user from entering the name of something that doesn't exist. Defaults to false.
public bool MustExist { get; set; }