Hi, This is probably really simple, but I can't figure it out. I want to test if a file exists on the disk. So given the path "/Users/toddgeist/Documents/My Revolution Studio/myfile.txt" How do I tell if it is there or not? I tried a few permutations of exists("/Users/toddgeist/Documents/My Revolution Studio/myfile.txt") to no avail :<( any clues? TIA Todd