I have a function that would clean up old files from various directories. In one directory certain files should never be deleted. This is causing a problem with DIRECTORY() because it is trying to create a file array that contain more than 4096 elements for that directory.
Is there a DIRECTORY() like function would exclude listing files of a certain type set by a mask?
Thanks for your response.
Is there a DIRECTORY() like function would exclude listing files of a certain type set by a mask?
Thanks for your response.