@Ggy1992113
imageName = fullPath.Split("\"c).Last
will return just the image name. It splits the full String by "" and takes the last element which should be just your filename.
@Ggy1992113
imageName = fullPath.Split("\"c).Last
will return just the image name. It splits the full String by "" and takes the last element which should be just your filename.