Hey guys I'm trying to figure out how to "touch" a file (ie, update it's timestamp). Currently I'm doing it by appending a blank character to the end of my php file then saving it. But this of course isn't optimal Does anyone know of a way to update the time stamp with php? Thanks!