php - how can I monitor a folder for new files or folders -


using php, trying create monitoring or watch script let me know new file or folder has been created. not sure if possible in php or have use other program monitor folder.

yes possible. can create cronjob or infinite loop sleep period, map folder, listen changes.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -