Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is it safe to read directory entries via readdir() or scandir() while files are being created or deleted in this directory? Should I prefer one over the other?
Does anyone know if there is an overview of the performance of different cache handlers for smarty? I compared smarty file cache with a memcache handler, but it seemed memcache has a negative impact
I\'m trying to write a PHP script to copy the files from your local machine to a server: $destination_directory = \'I:\\path\\to\\file\\\' . $theme_number;
I want to delete a range of data from a text file using PHP. Let\'s assume the file contains the following:
I am working on a license management type application that copies a password protected zip file to the applications root. The user clicks a button \"Open Presentation\" and the zipped file is extracte
I\'ve got 10 GB of files to back up daily to another site. The client is way out in the country so bandwidth is an issue. Does anyone know of any existing software or libraries out there that help wit
I would like to calculate the \"size on disk\" of a file in Python.Therefore I would like to determine the cluster size of the file system where the file is stored.
How do I write a loop in ruby so that I can execute a block of code on each file? I\'m new to ruby, and I\'ve concluded that the way to do this is a do each loop.
This question already has answers here: Check if a file is real or a symbolic link (9 answers) Closed 5 years ago.