Exemplo n.º 1
0
 internal static string ParentNotFound(Files.StoragePath path) =>
 $"One or more parent folder(s) of the folder at \"{path}\" do(es) not exist.";
Exemplo n.º 2
0
 internal static string NotFound(Files.StoragePath path) =>
 $"The folder at \"{path}\" does not exist.";