Esempio 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.";
Esempio n. 2
0
 internal static string NotFound(Files.StoragePath path) =>
 $"The folder at \"{path}\" does not exist.";