Added Class Library FaceRecognitionDotNet

This commit is contained in:
2022-07-30 16:43:23 -07:00
parent f642c5669a
commit 2ebec0b7a9
45 changed files with 2398 additions and 149 deletions

View File

@ -95,7 +95,7 @@ public class A_Property : Shared.Models.Properties.IProperty, IProperty
string year;
string directoryName;
string[] directorySegments;
string? check = Path.GetPathRoot(filteredSourceDirectoryFile);
string? check = Path.GetFullPath(filteredSourceDirectoryFile);
string? pathRoot = Path.GetPathRoot(filteredSourceDirectoryFile);
if (string.IsNullOrEmpty(pathRoot))
throw new Exception();