path fix
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Inspectron.Camera.Emulation
|
||||
try
|
||||
{
|
||||
_currentFolder = imagesFolder;
|
||||
var path = Path.Combine(@"..\Data\Emulation", imagesFolder);
|
||||
var path = Path.Combine("..","Data","Emulation", imagesFolder);
|
||||
_selectedFiles = Directory.GetFiles(path, "*.bmp")
|
||||
.Concat(Directory.GetFiles(path, "*.png"))
|
||||
.Concat(Directory.GetFiles(path, "*.jpg"))
|
||||
|
||||
Reference in New Issue
Block a user