Added Class Library FaceRecognitionDotNet
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user