readdir
Perl program help on opendir and readdir
So I have a program that I want to clean some text files.The program a开发者_如何转开发sks for the user to enter the full pathway of a directory containing these text files.From there I want to read t[详细]
2023-01-27 04:58 分类:问答PHP / read txt files (or anything)
I\'ve been searching for a while now, but php-noob as I am, can\'t get it to work. What I\'m trying to accomplish is a way to make directories in your root, with in each of them images + a txt file.[详细]
2023-01-16 04:54 分类:问答read dir error (readdir(): supplied argument is not a valid Directory resource )
tryin to read dir content with readdir($myDirectory), but i getting error: readdir(): supplied 开发者_开发百科argument is not a valid Directory resource[详细]
2023-01-15 10:36 分类:问答Can you list files in a directory with JavaScript but without ActiveX?
I wrote a script in php that allows me to get a list of files in a directory as an array, parse each one for a particular string, and then it displays all of the files that contain the search string.[详细]
2023-01-10 16:05 分类:问答Sorting a directory in perl, taking numbers into account
I think I need some开发者_运维问答 sort of Schwartzian Transform to get this working, but I\'m having trouble figuring it out, as perl isn\'t my strongest language.[详细]
2023-01-01 19:10 分类:问答Linux ext3 readdir and concurrent updates
we are receiving about 10000 messages per hour. We store them as individual files in hourly directories on an ext3 filesystem. The file name includes a sequence number. We use rsync to 开发者_StackOve[详细]
2023-01-01 14:40 分类:问答How do i get readdir ignore directories in C/C++?
I am reading the content of the current library with readdir, but I would like to treat only files and not directories. How do I know that I am poi开发者_开发知识库nting to a directory and not to a fi[详细]
2022-12-27 09:46 分类:问答is_dir doesn't recognize directories. Why?
I have this function: if (is_dir($dir)) { //are we able to open it? if ($dh = opendir($dir)) { //Let\'s cycle[详细]
2022-12-27 03:43 分类:问答Efficiently Traverse Directory Tree with opendir(), readdir() and closedir()
The C routines opendir(), readdir() and closedir() provide a way for me to traverse a directory structure. However, each dirent structure returned by readdir() does not seem to provide a useful way fo[详细]
2022-12-20 18:17 分类:问答I need to sort php jquery gallery script alphabetically
know nothing about php, but I have this script that reads a folder and displays a thumbnail gallery, proble开发者_运维知识库m is it dosent display alphabetically. Have searched the net and seen that s[详细]
2022-12-17 12:41 分类:问答