bool IPlatformService.IsPathExists(string path) => PathExists?.Invoke(path) ?? false;
 /// <summary>
 /// Constructs a new attribute instance.
 /// </summary>
 /// <param name="exists">Required existence.</param>
 public MustExistAttribute(PathExists exists)
 {
     Exists = exists;
 }
Beispiel #3
0
 /// <summary>
 /// Constructs a new attribute instance.
 /// </summary>
 /// <param name="exists">Required existence.</param>
 public MustExistAttribute(PathExists exists)
 {
     Exists = exists;
 }