image.source = event.target.selectedItem.nativePath;
I’m trying to grab the path of an image file to show a preview when a given file is selected from a file tree directory. However I’m getting a broken image symbol. This is a learning exercise for me so it’s hard for me to tell if the material I’m pulling this from is too outdated or not. I’ve taken that same image and put it in a asset folder within my application just to make sure it will show up (which it does when I embed it). So I’m assuming my file path is not complete from the code above. Trevor