Hi,
Can anyone tell me how to search a particular folder for a particular file?
should exec/system should be called?if so how.please tell me.
I am explaining with an example....
suppose the file to be searched is test.cpp and the folder is source.
Now the function will search in the folder source for the file test.cpp.If found returns true else returns false.
HELP!!!-Checking a folder For a particular File
Moderator: General Moderators
-
anirbanb2004
- Forum Newbie
- Posts: 23
- Joined: Sun Oct 15, 2006 4:21 pm
Feasable functions can be found at http://de2.php.net/filesystem
-
anirbanb2004
- Forum Newbie
- Posts: 23
- Joined: Sun Oct 15, 2006 4:21 pm
Thanks Got It
Thanks..got the function file_exists()
thanks again
thanks again