Top "Readdir" questions

The C, Perl or PHP library function for reading from an open directory.

PHP readdir( ) returns " . " and " .. " entries

I'm coding a simple web report system for my company. I wrote a script for index.php that gets a …

php linux readdir
How to walk through a directory in c and print all files name and permissions

Hello i want to make a program in c that recieves the name of a directory as an argument, show …

c stat readdir opendir
How to search file in folder by using php?

I have a folder called allfiles, and there are some files in this folder, such as 1212-how-to-sddk-thosd.html 3454-go-to-dlkkl-sdf.html 0987…

php glob scandir readdir opendir
How do I exclude hidden folders and files from readdir?

Is it possible to exclude hidden files and folders from the readdir() function? I have a directory where there are …

php readdir hidden-files
Perl program help on opendir and readdir

So I have a program that I want to clean some text files. The program asks for the user to …

perl readdir opendir