473,796 Members | 2,728 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Read files and folders recursively

MarkoKlacar
296 Recognized Expert Contributor
Hi,

Is there a way to recursively select folders and upload the files in the current, so to speak, folder?

I know that there exists a possibility to upload a file in the same folder that the php script is executed, what I'm really looking for is a way to loop through all the folders.

Thanks in advance!
Mar 7 '08 #1
4 2118
satas
82 New Member
Yes, it's possible with glob() function :
http://php.net/manual/en/function.glob.p hp
Mar 7 '08 #2
ronverdonk
4,258 Recognized Expert Specialist
Yes, it's possible with glob() function :
http://php.net/manual/en/function.glob.p hp
glob() is not recursive. It is easier and a lot faster to use opendir() and readdir().

Ronald
Mar 7 '08 #3
satas
82 New Member
glob() is not recursive. It is easier and a lot faster to use opendir() and readdir().

Ronald
Yes it is. I've meant that it is much easier to use glob() function to get folder's tree instead of odendir+readdir . Of course, you should write a function which will be able to scan folders. I'll post here my own written function for it, if ill find it :)
Mar 9 '08 #4
satas
82 New Member
Here it is:

[PHP]
function ShowTree($paren t_dir) {
//node counter
static $i = 0;
$i++;

$dirs = glob($parent_di r . '/*', GLOB_ONLYDIR);
$cnt = count($dirs);

if ($cnt > 0) {
print("<ul>");

foreach ($dirs as $dir) {
// strip ../
print substr($dir, 3, strlen($dir));
ShowTree($dir);
}

print("</ul>");
}
}
[/PHP]

Note: i've just strip a lot of unnecessary code so function may not work (can't test it at the moment). But the main idea is clear, i hope.
Mar 9 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

8
1937
by: Adam Clauss | last post by:
I have a folder containing many subfolders (and subfolders and....) all containing various .cs files. Is there any "easy" way to get them all added to the solution. Preferable would be that the folders are actually created in the Solution Explorer so that I can find things easily. Its easy to select multiple files out of a single folder, but not recursively into subfolders. Any ideas? -- Adam Clauss
2
10605
by: melo | last post by:
Hello, I've been struggling with a function(s) to recursively set all folders and files to NOT read-only. So, I thought I'd post this message. What I need to do is: given a starting path, I need to recursively go through all files and folders below the starting path and check if the file or folder is read-only and, if so, set it to not read-only. Any ideas?
1
1165
by: ltt19 | last post by:
Hi Does anybody knows hot to Get all directories and files in a HDD. I took a look at System.IO.IsolatedStorage.IsolatedStoregeFile but I could not specify the HDD that i want (for example D: or C: If somebody has any idea... Thanks....
9
19012
by: Bill Nguyen | last post by:
I need a VB routine to loop thru a select top folder to find all subfolders and list all subfolders/files under each of these subfolders. Any help is greatly appreciated. Bill
2
1680
by: AtulSureka | last post by:
Hi, I want to determine the total number of files and folders in the given directory. I have a solution to go recursively on each folder and make a count . But I do not want to go recursively as it may reduce the performance. Is there any direct function or property to detmine the numbers. Atul Sureka
2
2892
by: express99 | last post by:
i am new to perl scripting. i want to be able to delete folders and files older than n days recursively in a windows environment.
2
13263
by: halimunan | last post by:
hello all, how do i delete all folders and files inside a directory while at the same time keeping(not deleting the directory) ? e.g : i want to delete all folders and files inside c:\temp it seems like i need to use file.delete and directory.delete at the same time.
1
3898
by: =?Utf-8?B?UVNJRGV2ZWxvcGVy?= | last post by:
Using .NET 2.0 is it more efficient to copy files to a single folder versus spreading them across multiple folders. For instance if we have 100,000 files to be copied, Do we copy all of them to a single folder called 'All Files' Do we spread them out and copy them to multiple folders like Folder 000 - Copy files from 0 to 1000 Folder 001 - Copy files from 1000 to 2000 Folder 002 - Copy files from 2000 to 2999
14
3798
by: Airtech | last post by:
I am using the AllenBrowne code of "filldirlisttotable" to provide some functions for a media library manager I am building in access 2003. I have four checkboxes which if all four are not turned on, give a list of extensions that should be search for. However, when I do it that way, I get no results. The code works great. Only one issue, I cannot find anywhere on the net any notes about using the filespec option. By default it uses *.*,...
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10467
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7558
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6802
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5454
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4130
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.