Prev: Attempted to access time; index out of bounds
Next: Which toolbox best to simulate a ship's vibration?
From: Mathew Thomas on 19 May 2010 22:51 Hello, Is there any way to check if a particular image (tif) is present in a folder. I know the directory of the folder and I know the image name. Thank you, Matt
From: ImageAnalyst on 19 May 2010 23:04
Use the exist() function if exist(fullFileName, 'file') % It exists else % it doesn't exist end |